# 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"} 4.7524e-05 go_gc_duration_seconds{quantile="0.25"} 8.0822e-05 go_gc_duration_seconds{quantile="0.5"} 0.000116794 go_gc_duration_seconds{quantile="0.75"} 0.000164196 go_gc_duration_seconds{quantile="1"} 0.004286402 go_gc_duration_seconds_sum 62.440083538 go_gc_duration_seconds_count 407007 # 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 21 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.22.0"} 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.3945144e+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 3.760459094496e+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 8671 # 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 8.8683738075e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.670504e+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.3945144e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.09477888e+08 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.793472e+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 548147 # 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 1.05013248e+08 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.37412608e+08 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7816255768296502e+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 8.8684286222e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 9600 # 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 15600 # 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 582720 # 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 2.49696e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.7150064e+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.521529e+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 983040 # 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 983040 # 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.47108912e+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="dadus_prod"} -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="dadus_prod"} 6.4255628991e+10 pg_database_size_bytes{datname="postgres"} 7.886527e+06 pg_database_size_bytes{datname="template0"} 7.701007e+06 pg_database_size_bytes{datname="template1"} 7.861951e+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.010385381 # 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 109641 # 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="/opt/postgres_exporter/queries.yml",hashsum="2d3262391e13d5687df768b9ea5d709d4c535eed5a1934c20a1acf13aa07d509"} 0 # HELP pg_locks_count Number of locks # TYPE pg_locks_count gauge pg_locks_count{datname="dadus_prod",mode="accessexclusivelock"} 0 pg_locks_count{datname="dadus_prod",mode="accesssharelock"} 30 pg_locks_count{datname="dadus_prod",mode="exclusivelock"} 0 pg_locks_count{datname="dadus_prod",mode="rowexclusivelock"} 0 pg_locks_count{datname="dadus_prod",mode="rowsharelock"} 0 pg_locks_count{datname="dadus_prod",mode="sharelock"} 0 pg_locks_count{datname="dadus_prod",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="dadus_prod",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="dadus_prod",mode="sireadlock"} 0 pg_locks_count{datname="postgres",mode="accessexclusivelock"} 0 pg_locks_count{datname="postgres",mode="accesssharelock"} 0 pg_locks_count{datname="postgres",mode="exclusivelock"} 0 pg_locks_count{datname="postgres",mode="rowexclusivelock"} 0 pg_locks_count{datname="postgres",mode="rowsharelock"} 0 pg_locks_count{datname="postgres",mode="sharelock"} 0 pg_locks_count{datname="postgres",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="postgres",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="postgres",mode="sireadlock"} 0 pg_locks_count{datname="template0",mode="accessexclusivelock"} 0 pg_locks_count{datname="template0",mode="accesssharelock"} 0 pg_locks_count{datname="template0",mode="exclusivelock"} 0 pg_locks_count{datname="template0",mode="rowexclusivelock"} 0 pg_locks_count{datname="template0",mode="rowsharelock"} 0 pg_locks_count{datname="template0",mode="sharelock"} 0 pg_locks_count{datname="template0",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="template0",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="template0",mode="sireadlock"} 0 pg_locks_count{datname="template1",mode="accessexclusivelock"} 0 pg_locks_count{datname="template1",mode="accesssharelock"} 0 pg_locks_count{datname="template1",mode="exclusivelock"} 0 pg_locks_count{datname="template1",mode="rowexclusivelock"} 0 pg_locks_count{datname="template1",mode="rowsharelock"} 0 pg_locks_count{datname="template1",mode="sharelock"} 0 pg_locks_count{datname="template1",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="template1",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="template1",mode="sireadlock"} 0 # HELP pg_replication_is_replica Indicates if the server is a replica # TYPE pg_replication_is_replica gauge pg_replication_is_replica 0 # HELP pg_replication_lag_seconds Replication lag behind master in seconds # TYPE pg_replication_lag_seconds gauge pg_replication_lag_seconds 0 # HELP pg_replication_last_replay_seconds Age of last replay in seconds # TYPE pg_replication_last_replay_seconds gauge pg_replication_last_replay_seconds 0 # HELP pg_roles_connection_limit Connection limit set for the role # TYPE pg_roles_connection_limit gauge pg_roles_connection_limit{rolname="clauderead"} -1 pg_roles_connection_limit{rolname="cwbos"} -1 pg_roles_connection_limit{rolname="dadusread"} -1 pg_roles_connection_limit{rolname="pg_checkpoint"} -1 pg_roles_connection_limit{rolname="pg_create_subscription"} -1 pg_roles_connection_limit{rolname="pg_database_owner"} -1 pg_roles_connection_limit{rolname="pg_execute_server_program"} -1 pg_roles_connection_limit{rolname="pg_maintain"} -1 pg_roles_connection_limit{rolname="pg_monitor"} -1 pg_roles_connection_limit{rolname="pg_read_all_data"} -1 pg_roles_connection_limit{rolname="pg_read_all_settings"} -1 pg_roles_connection_limit{rolname="pg_read_all_stats"} -1 pg_roles_connection_limit{rolname="pg_read_server_files"} -1 pg_roles_connection_limit{rolname="pg_signal_autovacuum_worker"} -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="readonly"} -1 pg_roles_connection_limit{rolname="readuser"} -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.366434959 pg_scrape_collector_duration_seconds{collector="locks"} 0.345296816 pg_scrape_collector_duration_seconds{collector="replication"} 0.309966354 pg_scrape_collector_duration_seconds{collector="roles"} 0.367294409 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.347276657 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.342234464 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.341028243 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.308274687 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.338786154 pg_scrape_collector_duration_seconds{collector="wal"} 0.309168698 # 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="roles"} 1 pg_scrape_collector_success{collector="stat_bgwriter"} 1 pg_scrape_collector_success{collector="stat_database"} 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_alter_system Server Parameter: allow_alter_system # TYPE pg_settings_allow_alter_system gauge pg_settings_allow_alter_system{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_array_nulls Server Parameter: array_nulls # TYPE pg_settings_array_nulls gauge pg_settings_array_nulls{server="localhost:8642"} 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="localhost:8642"} 60 # HELP pg_settings_autovacuum Server Parameter: autovacuum # TYPE pg_settings_autovacuum gauge pg_settings_autovacuum{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} -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="localhost:8642"} 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="localhost:8642"} 1000 # HELP pg_settings_autovacuum_vacuum_max_threshold Server Parameter: autovacuum_vacuum_max_threshold # TYPE pg_settings_autovacuum_vacuum_max_threshold gauge pg_settings_autovacuum_vacuum_max_threshold{server="localhost:8642"} 1e+08 # 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} -1 # HELP pg_settings_autovacuum_worker_slots Server Parameter: autovacuum_worker_slots # TYPE pg_settings_autovacuum_worker_slots gauge pg_settings_autovacuum_worker_slots{server="localhost:8642"} 16 # 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 2 # HELP pg_settings_block_size Server Parameter: block_size # TYPE pg_settings_block_size gauge pg_settings_block_size{server="localhost:8642"} 8192 # HELP pg_settings_bonjour Server Parameter: bonjour # TYPE pg_settings_bonjour gauge pg_settings_bonjour{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_commit_delay Server Parameter: commit_delay # TYPE pg_settings_commit_delay gauge pg_settings_commit_delay{server="localhost:8642"} 0 # HELP pg_settings_commit_siblings Server Parameter: commit_siblings # TYPE pg_settings_commit_siblings gauge pg_settings_commit_siblings{server="localhost:8642"} 5 # HELP pg_settings_commit_timestamp_buffers_bytes Server Parameter: commit_timestamp_buffers [Units converted to bytes.] # TYPE pg_settings_commit_timestamp_buffers_bytes gauge pg_settings_commit_timestamp_buffers_bytes{server="localhost:8642"} 262144 # 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 0.1 # HELP pg_settings_data_checksums Server Parameter: data_checksums # TYPE pg_settings_data_checksums gauge pg_settings_data_checksums{server="localhost:8642"} 1 # HELP pg_settings_data_directory_mode Server Parameter: data_directory_mode # TYPE pg_settings_data_directory_mode gauge pg_settings_data_directory_mode{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 1 # HELP pg_settings_debug_assertions Server Parameter: debug_assertions # TYPE pg_settings_debug_assertions gauge pg_settings_debug_assertions{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 16 # HELP pg_settings_enable_async_append Server Parameter: enable_async_append # TYPE pg_settings_enable_async_append gauge pg_settings_enable_async_append{server="localhost:8642"} 1 # HELP pg_settings_enable_bitmapscan Server Parameter: enable_bitmapscan # TYPE pg_settings_enable_bitmapscan gauge pg_settings_enable_bitmapscan{server="localhost:8642"} 1 # HELP pg_settings_enable_distinct_reordering Server Parameter: enable_distinct_reordering # TYPE pg_settings_enable_distinct_reordering gauge pg_settings_enable_distinct_reordering{server="localhost:8642"} 1 # HELP pg_settings_enable_gathermerge Server Parameter: enable_gathermerge # TYPE pg_settings_enable_gathermerge gauge pg_settings_enable_gathermerge{server="localhost:8642"} 1 # HELP pg_settings_enable_group_by_reordering Server Parameter: enable_group_by_reordering # TYPE pg_settings_enable_group_by_reordering gauge pg_settings_enable_group_by_reordering{server="localhost:8642"} 1 # HELP pg_settings_enable_hashagg Server Parameter: enable_hashagg # TYPE pg_settings_enable_hashagg gauge pg_settings_enable_hashagg{server="localhost:8642"} 1 # HELP pg_settings_enable_hashjoin Server Parameter: enable_hashjoin # TYPE pg_settings_enable_hashjoin gauge pg_settings_enable_hashjoin{server="localhost:8642"} 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="localhost:8642"} 1 # HELP pg_settings_enable_indexonlyscan Server Parameter: enable_indexonlyscan # TYPE pg_settings_enable_indexonlyscan gauge pg_settings_enable_indexonlyscan{server="localhost:8642"} 1 # HELP pg_settings_enable_indexscan Server Parameter: enable_indexscan # TYPE pg_settings_enable_indexscan gauge pg_settings_enable_indexscan{server="localhost:8642"} 1 # HELP pg_settings_enable_material Server Parameter: enable_material # TYPE pg_settings_enable_material gauge pg_settings_enable_material{server="localhost:8642"} 1 # HELP pg_settings_enable_memoize Server Parameter: enable_memoize # TYPE pg_settings_enable_memoize gauge pg_settings_enable_memoize{server="localhost:8642"} 1 # HELP pg_settings_enable_mergejoin Server Parameter: enable_mergejoin # TYPE pg_settings_enable_mergejoin gauge pg_settings_enable_mergejoin{server="localhost:8642"} 1 # HELP pg_settings_enable_nestloop Server Parameter: enable_nestloop # TYPE pg_settings_enable_nestloop gauge pg_settings_enable_nestloop{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 1 # HELP pg_settings_enable_self_join_elimination Server Parameter: enable_self_join_elimination # TYPE pg_settings_enable_self_join_elimination gauge pg_settings_enable_self_join_elimination{server="localhost:8642"} 1 # HELP pg_settings_enable_seqscan Server Parameter: enable_seqscan # TYPE pg_settings_enable_seqscan gauge pg_settings_enable_seqscan{server="localhost:8642"} 1 # HELP pg_settings_enable_sort Server Parameter: enable_sort # TYPE pg_settings_enable_sort gauge pg_settings_enable_sort{server="localhost:8642"} 1 # HELP pg_settings_enable_tidscan Server Parameter: enable_tidscan # TYPE pg_settings_enable_tidscan gauge pg_settings_enable_tidscan{server="localhost:8642"} 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="localhost:8642"} 1 # HELP pg_settings_event_triggers Server Parameter: event_triggers # TYPE pg_settings_event_triggers gauge pg_settings_event_triggers{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 8 # HELP pg_settings_fsync Server Parameter: fsync # TYPE pg_settings_fsync gauge pg_settings_fsync{server="localhost:8642"} 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="localhost:8642"} 1 # HELP pg_settings_geqo Server Parameter: geqo # TYPE pg_settings_geqo gauge pg_settings_geqo{server="localhost:8642"} 1 # HELP pg_settings_geqo_effort Server Parameter: geqo_effort # TYPE pg_settings_geqo_effort gauge pg_settings_geqo_effort{server="localhost:8642"} 5 # HELP pg_settings_geqo_generations Server Parameter: geqo_generations # TYPE pg_settings_geqo_generations gauge pg_settings_geqo_generations{server="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_geqo_seed Server Parameter: geqo_seed # TYPE pg_settings_geqo_seed gauge pg_settings_geqo_seed{server="localhost:8642"} 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="localhost:8642"} 2 # HELP pg_settings_geqo_threshold Server Parameter: geqo_threshold # TYPE pg_settings_geqo_threshold gauge pg_settings_geqo_threshold{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 2 # HELP pg_settings_hot_standby Server Parameter: hot_standby # TYPE pg_settings_hot_standby gauge pg_settings_hot_standby{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_idle_replication_slot_timeout_seconds Server Parameter: idle_replication_slot_timeout [Units converted to seconds.] # TYPE pg_settings_idle_replication_slot_timeout_seconds gauge pg_settings_idle_replication_slot_timeout_seconds{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_integer_datetimes Server Parameter: integer_datetimes # TYPE pg_settings_integer_datetimes gauge pg_settings_integer_datetimes{server="localhost:8642"} 1 # HELP pg_settings_io_combine_limit_bytes Server Parameter: io_combine_limit [Units converted to bytes.] # TYPE pg_settings_io_combine_limit_bytes gauge pg_settings_io_combine_limit_bytes{server="localhost:8642"} 131072 # HELP pg_settings_io_max_combine_limit_bytes Server Parameter: io_max_combine_limit [Units converted to bytes.] # TYPE pg_settings_io_max_combine_limit_bytes gauge pg_settings_io_max_combine_limit_bytes{server="localhost:8642"} 131072 # HELP pg_settings_io_max_concurrency Server Parameter: io_max_concurrency # TYPE pg_settings_io_max_concurrency gauge pg_settings_io_max_concurrency{server="localhost:8642"} 64 # HELP pg_settings_io_workers Server Parameter: io_workers # TYPE pg_settings_io_workers gauge pg_settings_io_workers{server="localhost:8642"} 3 # HELP pg_settings_jit Server Parameter: jit # TYPE pg_settings_jit gauge pg_settings_jit{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_jit_expressions Server Parameter: jit_expressions # TYPE pg_settings_jit_expressions gauge pg_settings_jit_expressions{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 600 # HELP pg_settings_log_checkpoints Server Parameter: log_checkpoints # TYPE pg_settings_log_checkpoints gauge pg_settings_log_checkpoints{server="localhost:8642"} 1 # HELP pg_settings_log_disconnections Server Parameter: log_disconnections # TYPE pg_settings_log_disconnections gauge pg_settings_log_disconnections{server="localhost:8642"} 0 # HELP pg_settings_log_duration Server Parameter: log_duration # TYPE pg_settings_log_duration gauge pg_settings_log_duration{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 600 # HELP pg_settings_log_hostname Server Parameter: log_hostname # TYPE pg_settings_log_hostname gauge pg_settings_log_hostname{server="localhost:8642"} 0 # HELP pg_settings_log_lock_failures Server Parameter: log_lock_failures # TYPE pg_settings_log_lock_failures gauge pg_settings_log_lock_failures{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} -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="localhost:8642"} -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="localhost:8642"} -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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} -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="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_logging_collector Server Parameter: logging_collector # TYPE pg_settings_logging_collector gauge pg_settings_logging_collector{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 16 # 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="localhost:8642"} 6.7108864e+07 # HELP pg_settings_max_active_replication_origins Server Parameter: max_active_replication_origins # TYPE pg_settings_max_active_replication_origins gauge pg_settings_max_active_replication_origins{server="localhost:8642"} 10 # HELP pg_settings_max_connections Server Parameter: max_connections # TYPE pg_settings_max_connections gauge pg_settings_max_connections{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 4 # HELP pg_settings_max_notify_queue_pages Server Parameter: max_notify_queue_pages # TYPE pg_settings_max_notify_queue_pages gauge pg_settings_max_notify_queue_pages{server="localhost:8642"} 1.048576e+06 # HELP pg_settings_max_parallel_apply_workers_per_subscription Server Parameter: max_parallel_apply_workers_per_subscription # TYPE pg_settings_max_parallel_apply_workers_per_subscription gauge pg_settings_max_parallel_apply_workers_per_subscription{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} -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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} -1 # HELP pg_settings_max_stack_depth_bytes Server Parameter: max_stack_depth [Units converted to bytes.] # TYPE pg_settings_max_stack_depth_bytes gauge pg_settings_max_stack_depth_bytes{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 8 # HELP pg_settings_md5_password_warnings Server Parameter: md5_password_warnings # TYPE pg_settings_md5_password_warnings gauge pg_settings_md5_password_warnings{server="localhost:8642"} 1 # 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 8.388608e+07 # HELP pg_settings_multixact_member_buffers_bytes Server Parameter: multixact_member_buffers [Units converted to bytes.] # TYPE pg_settings_multixact_member_buffers_bytes gauge pg_settings_multixact_member_buffers_bytes{server="localhost:8642"} 262144 # HELP pg_settings_multixact_offset_buffers_bytes Server Parameter: multixact_offset_buffers [Units converted to bytes.] # TYPE pg_settings_multixact_offset_buffers_bytes gauge pg_settings_multixact_offset_buffers_bytes{server="localhost:8642"} 131072 # HELP pg_settings_notify_buffers_bytes Server Parameter: notify_buffers [Units converted to bytes.] # TYPE pg_settings_notify_buffers_bytes gauge pg_settings_notify_buffers_bytes{server="localhost:8642"} 131072 # HELP pg_settings_num_os_semaphores Server Parameter: num_os_semaphores # TYPE pg_settings_num_os_semaphores gauge pg_settings_num_os_semaphores{server="localhost:8642"} 174 # HELP pg_settings_parallel_leader_participation Server Parameter: parallel_leader_participation # TYPE pg_settings_parallel_leader_participation gauge pg_settings_parallel_leader_participation{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 0.1 # HELP pg_settings_port Server Parameter: port # TYPE pg_settings_port gauge pg_settings_port{server="localhost:8642"} 5432 # HELP pg_settings_post_auth_delay_seconds Server Parameter: post_auth_delay [Units converted to seconds.] # TYPE pg_settings_post_auth_delay_seconds gauge pg_settings_post_auth_delay_seconds{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 1 # HELP pg_settings_reserved_connections Server Parameter: reserved_connections # TYPE pg_settings_reserved_connections gauge pg_settings_reserved_connections{server="localhost:8642"} 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="localhost:8642"} 1 # HELP pg_settings_row_security Server Parameter: row_security # TYPE pg_settings_row_security gauge pg_settings_row_security{server="localhost:8642"} 1 # HELP pg_settings_scram_iterations Server Parameter: scram_iterations # TYPE pg_settings_scram_iterations gauge pg_settings_scram_iterations{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 1 # HELP pg_settings_serializable_buffers_bytes Server Parameter: serializable_buffers [Units converted to bytes.] # TYPE pg_settings_serializable_buffers_bytes gauge pg_settings_serializable_buffers_bytes{server="localhost:8642"} 262144 # HELP pg_settings_server_version_num Server Parameter: server_version_num # TYPE pg_settings_server_version_num gauge pg_settings_server_version_num{server="localhost:8642"} 180004 # 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="localhost:8642"} 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="localhost:8642"} 1.572864e+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="localhost:8642"} 75 # HELP pg_settings_ssl Server Parameter: ssl # TYPE pg_settings_ssl gauge pg_settings_ssl{server="localhost:8642"} 0 # HELP pg_settings_ssl_passphrase_command_supports_reload Server Parameter: ssl_passphrase_command_supports_reload # TYPE pg_settings_ssl_passphrase_command_supports_reload gauge pg_settings_ssl_passphrase_command_supports_reload{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_subtransaction_buffers_bytes Server Parameter: subtransaction_buffers [Units converted to bytes.] # TYPE pg_settings_subtransaction_buffers_bytes gauge pg_settings_subtransaction_buffers_bytes{server="localhost:8642"} 262144 # HELP pg_settings_summarize_wal Server Parameter: summarize_wal # TYPE pg_settings_summarize_wal gauge pg_settings_summarize_wal{server="localhost:8642"} 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="localhost:8642"} 3 # HELP pg_settings_sync_replication_slots Server Parameter: sync_replication_slots # TYPE pg_settings_sync_replication_slots gauge pg_settings_sync_replication_slots{server="localhost:8642"} 0 # HELP pg_settings_synchronize_seqscans Server Parameter: synchronize_seqscans # TYPE pg_settings_synchronize_seqscans gauge pg_settings_synchronize_seqscans{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} -1 # HELP pg_settings_trace_connection_negotiation Server Parameter: trace_connection_negotiation # TYPE pg_settings_trace_connection_negotiation gauge pg_settings_trace_connection_negotiation{server="localhost:8642"} 0 # HELP pg_settings_trace_notify Server Parameter: trace_notify # TYPE pg_settings_trace_notify gauge pg_settings_trace_notify{server="localhost:8642"} 0 # HELP pg_settings_trace_sort Server Parameter: trace_sort # TYPE pg_settings_trace_sort gauge pg_settings_trace_sort{server="localhost:8642"} 0 # HELP pg_settings_track_activities Server Parameter: track_activities # TYPE pg_settings_track_activities gauge pg_settings_track_activities{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_track_cost_delay_timing Server Parameter: track_cost_delay_timing # TYPE pg_settings_track_cost_delay_timing gauge pg_settings_track_cost_delay_timing{server="localhost:8642"} 0 # HELP pg_settings_track_counts Server Parameter: track_counts # TYPE pg_settings_track_counts gauge pg_settings_track_counts{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_transaction_buffers_bytes Server Parameter: transaction_buffers [Units converted to bytes.] # TYPE pg_settings_transaction_buffers_bytes gauge pg_settings_transaction_buffers_bytes{server="localhost:8642"} 262144 # HELP pg_settings_transaction_deferrable Server Parameter: transaction_deferrable # TYPE pg_settings_transaction_deferrable gauge pg_settings_transaction_deferrable{server="localhost:8642"} 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="localhost:8642"} 0 # HELP pg_settings_transaction_timeout_seconds Server Parameter: transaction_timeout [Units converted to seconds.] # TYPE pg_settings_transaction_timeout_seconds gauge pg_settings_transaction_timeout_seconds{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 2.097152e+06 # HELP pg_settings_vacuum_cost_delay_seconds Server Parameter: vacuum_cost_delay [Units converted to seconds.] # TYPE pg_settings_vacuum_cost_delay_seconds gauge pg_settings_vacuum_cost_delay_seconds{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 1.5e+08 # HELP pg_settings_vacuum_max_eager_freeze_failure_rate Server Parameter: vacuum_max_eager_freeze_failure_rate # TYPE pg_settings_vacuum_max_eager_freeze_failure_rate gauge pg_settings_vacuum_max_eager_freeze_failure_rate{server="localhost:8642"} 0.03 # 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 1.5e+08 # HELP pg_settings_vacuum_truncate Server Parameter: vacuum_truncate # TYPE pg_settings_vacuum_truncate gauge pg_settings_vacuum_truncate{server="localhost:8642"} 1 # HELP pg_settings_wal_block_size Server Parameter: wal_block_size # TYPE pg_settings_wal_block_size gauge pg_settings_wal_block_size{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 6.7108864e+07 # HELP pg_settings_wal_log_hints Server Parameter: wal_log_hints # TYPE pg_settings_wal_log_hints gauge pg_settings_wal_log_hints{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 60 # HELP pg_settings_wal_recycle Server Parameter: wal_recycle # TYPE pg_settings_wal_recycle gauge pg_settings_wal_recycle{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 2.097152e+06 # HELP pg_settings_wal_summary_keep_time_seconds Server Parameter: wal_summary_keep_time [Units converted to seconds.] # TYPE pg_settings_wal_summary_keep_time_seconds gauge pg_settings_wal_summary_keep_time_seconds{server="localhost:8642"} 864000 # HELP pg_settings_wal_writer_delay_seconds Server Parameter: wal_writer_delay [Units converted to seconds.] # TYPE pg_settings_wal_writer_delay_seconds gauge pg_settings_wal_writer_delay_seconds{server="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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="dadus_prod",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="",wait_event_type=""} 1 pg_stat_activity_count{application_name="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="",wait_event_type=""} 2 pg_stat_activity_count{application_name="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 1 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 25 pg_stat_activity_count{application_name="psql",backend_type="client backend",datname="postgres",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 1 # HELP pg_stat_activity_max_tx_duration max duration in seconds any active transaction has been running # TYPE pg_stat_activity_max_tx_duration gauge pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="dadus_prod",server="localhost:8642",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="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="localhost:8642",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="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="localhost:8642",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="localhost:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="localhost:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="active",usename="postgres",wait_event="",wait_event_type=""} 3.652611 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="CoreService",backend_type="client backend",datname="dadus_prod",server="localhost:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 pg_stat_activity_max_tx_duration{application_name="psql",backend_type="client backend",datname="postgres",server="localhost:8642",state="idle",usename="postgres",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="172.18.0.1/32",datname="dadus_prod",pid="1368516",query="SELECT pg_database.datname, pg_database.datconnlimit FROM pg_database;",server="localhost:8642",state="active",usename="postgres",wait_event="none"} -0.000487 pg_stat_activity_queries_duration{application_name="CWRetail",client_addr="172.18.0.10/32",datname="dadus_prod",pid="1368456",query="select * from PR_VALIDATE( $1 ) as result",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 2.064039 pg_stat_activity_queries_duration{application_name="CWRetail",client_addr="172.18.0.10/32",datname="dadus_prod",pid="1368481",query="select * from PR_VALIDATE( $1 ) as result",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 3.654335 pg_stat_activity_queries_duration{application_name="walreceiver",client_addr="172.31.20.69/32",datname="",pid="102289",query="START_REPLICATION 3B/14000000 TIMELINE 1",server="localhost:8642",state="active",usename="replica",wait_event="WalSenderMain"} 572595.355936 # HELP pg_stat_activity_queries_query_start Unknown metric from pg_stat_activity_queries # TYPE pg_stat_activity_queries_query_start untyped pg_stat_activity_queries_query_start{application_name="",client_addr="172.18.0.1/32",datname="dadus_prod",pid="1368516",query="SELECT pg_database.datname, pg_database.datconnlimit FROM pg_database;",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 1.781625579e+09 pg_stat_activity_queries_query_start{application_name="CWRetail",client_addr="172.18.0.10/32",datname="dadus_prod",pid="1368456",query="select * from PR_VALIDATE( $1 ) as result",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 1.781625576e+09 pg_stat_activity_queries_query_start{application_name="CWRetail",client_addr="172.18.0.10/32",datname="dadus_prod",pid="1368481",query="select * from PR_VALIDATE( $1 ) as result",server="localhost:8642",state="active",usename="postgres",wait_event="none"} 1.781625575e+09 pg_stat_activity_queries_query_start{application_name="walreceiver",client_addr="172.31.20.69/32",datname="",pid="102289",query="START_REPLICATION 3B/14000000 TIMELINE 1",server="localhost:8642",state="active",usename="replica",wait_event="WalSenderMain"} 1.781052983e+09 # 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="localhost:8642"} 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="localhost:8642"} 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="localhost:8642"} 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 4.191515074e+09 # 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 7.530369e+06 # 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 16007 # 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.780943809e+09 # HELP pg_stat_database_active_time_seconds_total Time spent executing SQL statements in this database, in seconds # TYPE pg_stat_database_active_time_seconds_total counter pg_stat_database_active_time_seconds_total{datid="1",datname="template1"} 0 pg_stat_database_active_time_seconds_total{datid="3341898",datname="dadus_prod"} 982695.265322 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 18.253307 # 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="3341898",datname="dadus_prod"} 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="3341898",datname="dadus_prod"} 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"} 530348 pg_stat_database_blks_hit{datid="3341898",datname="dadus_prod"} 1.5296695178e+10 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 2.02382e+06 # HELP pg_stat_database_blks_read Number of disk blocks read in this database # TYPE pg_stat_database_blks_read counter pg_stat_database_blks_read{datid="1",datname="template1"} 296502 pg_stat_database_blks_read{datid="3341898",datname="dadus_prod"} 9.5400879554e+10 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 918826 # 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="3341898",datname="dadus_prod"} 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="localhost:8642"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="3341898",datname="dadus_prod",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="4",datname="template0",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="5",datname="postgres",server="localhost:8642"} 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="localhost:8642"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="3341898",datname="dadus_prod",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="4",datname="template0",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="5",datname="postgres",server="localhost:8642"} 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="localhost:8642"} 0 pg_stat_database_conflicts_confl_deadlock{datid="3341898",datname="dadus_prod",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_deadlock{datid="4",datname="template0",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_deadlock{datid="5",datname="postgres",server="localhost:8642"} 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="localhost:8642"} 0 pg_stat_database_conflicts_confl_lock{datid="3341898",datname="dadus_prod",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_lock{datid="4",datname="template0",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_lock{datid="5",datname="postgres",server="localhost:8642"} 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="localhost:8642"} 0 pg_stat_database_conflicts_confl_snapshot{datid="3341898",datname="dadus_prod",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_snapshot{datid="4",datname="template0",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_snapshot{datid="5",datname="postgres",server="localhost:8642"} 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="localhost:8642"} 0 pg_stat_database_conflicts_confl_tablespace{datid="3341898",datname="dadus_prod",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_tablespace{datid="4",datname="template0",server="localhost:8642"} 0 pg_stat_database_conflicts_confl_tablespace{datid="5",datname="postgres",server="localhost:8642"} 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="3341898",datname="dadus_prod"} 2 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="3341898",datname="dadus_prod"} 30 pg_stat_database_numbackends{datid="4",datname="template0"} 0 pg_stat_database_numbackends{datid="5",datname="postgres"} 1 # HELP pg_stat_database_stats_reset Time at which these statistics were last reset # TYPE pg_stat_database_stats_reset counter pg_stat_database_stats_reset{datid="1",datname="template1"} 0 pg_stat_database_stats_reset{datid="3341898",datname="dadus_prod"} 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="3341898",datname="dadus_prod"} 6.62901870193e+11 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="3341898",datname="dadus_prod"} 143091 pg_stat_database_temp_files{datid="4",datname="template0"} 0 pg_stat_database_temp_files{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_deleted Number of rows deleted by queries in this database # TYPE pg_stat_database_tup_deleted counter pg_stat_database_tup_deleted{datid="1",datname="template1"} 0 pg_stat_database_tup_deleted{datid="3341898",datname="dadus_prod"} 373171 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="5",datname="postgres"} 2 # 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"} 170869 pg_stat_database_tup_fetched{datid="3341898",datname="dadus_prod"} 2.2211678969e+10 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 1.19591e+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"} 7 pg_stat_database_tup_inserted{datid="3341898",datname="dadus_prod"} 9.5284888e+07 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 9 # HELP pg_stat_database_tup_returned Number of rows returned by queries in this database # TYPE pg_stat_database_tup_returned counter pg_stat_database_tup_returned{datid="1",datname="template1"} 9.987243e+06 pg_stat_database_tup_returned{datid="3341898",datname="dadus_prod"} 1.869050798472e+12 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 1.1083781e+07 # HELP pg_stat_database_tup_updated Number of rows updated by queries in this database # TYPE pg_stat_database_tup_updated counter pg_stat_database_tup_updated{datid="1",datname="template1"} 0 pg_stat_database_tup_updated{datid="3341898",datname="dadus_prod"} 4.273511e+06 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="5",datname="postgres"} 9 # 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"} 22568 pg_stat_database_xact_commit{datid="3341898",datname="dadus_prod"} 2.0003843e+07 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 91242 # HELP pg_stat_database_xact_rollback Number of transactions in this database that have been rolled back # TYPE pg_stat_database_xact_rollback counter pg_stat_database_xact_rollback{datid="1",datname="template1"} 0 pg_stat_database_xact_rollback{datid="3341898",datname="dadus_prod"} 110925 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 5 # HELP pg_stat_replication_pg_current_wal_lsn_bytes WAL position in bytes # TYPE pg_stat_replication_pg_current_wal_lsn_bytes gauge pg_stat_replication_pg_current_wal_lsn_bytes{application_name="walreceiver",client_addr="172.31.20.69",server="localhost:8642",slot_name="102289",state="streaming"} 2.98761358376e+11 # HELP pg_stat_replication_pg_wal_lsn_diff Lag in bytes between master and slave # TYPE pg_stat_replication_pg_wal_lsn_diff gauge pg_stat_replication_pg_wal_lsn_diff{application_name="walreceiver",client_addr="172.31.20.69",server="localhost:8642",slot_name="102289",state="streaming"} 0 # HELP pg_stat_replication_reply_time Unknown metric from pg_stat_replication # TYPE pg_stat_replication_reply_time untyped pg_stat_replication_reply_time{application_name="walreceiver",client_addr="172.31.20.69",server="localhost:8642",slot_name="102289",state="streaming"} 1.781625578e+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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alert",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_file",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_menu",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_region",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_releases",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 633 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 18 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_window",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 263 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 959 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till",schemaname="public"} 307 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_account",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 340 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="hsncode",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_addon",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_group",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_images",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipment",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock",schemaname="public"} 38 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 26 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 30 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wastage",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoice",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_productprice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 52 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 152 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 99 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_productprice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alert",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 106 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_file",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 23 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 509 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 28 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 12 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 350 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 733 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 25 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_till",schemaname="public"} 323 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 344 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_movementline",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_shipment",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 26 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stock",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 10 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 29 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wastage",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 75 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_order",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_productprice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 123 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 120 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_productprice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 2.177732e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 2145 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="brand",schemaname="public"} 5654 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 70483 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 9306 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 8 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 618 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 1.04098e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_country",schemaname="public"} 685 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_currency",schemaname="public"} 8044 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 1560 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_file",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 15 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 8285 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 332 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_module",schemaname="public"} 3233 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 557 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process",schemaname="public"} 78229 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 6809 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 409029 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 14503 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_region",schemaname="public"} 112648 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_releases",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report",schemaname="public"} 6516 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 65146 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 78335 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 91829 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 86 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 4701 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_tax",schemaname="public"} 530514 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 34136 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_uom",schemaname="public"} 779225 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user",schemaname="public"} 1.6899427e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 232520 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1085 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 529 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window",schemaname="public"} 2.266263e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 225651 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 619508 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1747 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 452466 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 189 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 1027 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 82692 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 59358 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 5868 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 16849 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 3567 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 21486 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 18351 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 1177 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 7 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 602 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 1210 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 2994 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 1908 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 49 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 106673 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 2027 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 176981 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 1030 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 159438 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 22669 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 33908 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 175886 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.679059e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 2302 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 48186 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 33556 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 5364 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 10350 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 428 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1878 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cww_task",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_account",schemaname="public"} 96 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 8 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 165833 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 660 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 17001 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 15924 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment",schemaname="public"} 334 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 12653 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 270890 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 122523 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.541413e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 2.653942e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 22969 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="hsncode",schemaname="public"} 2.375581e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_addon",schemaname="public"} 214 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 90588 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_batch",schemaname="public"} 10 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 32176 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory",schemaname="public"} 27943 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2.603841e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 92 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 201 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 864979 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1504 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.543876e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1636 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 1894 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 1894 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 1894 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 50 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product",schemaname="public"} 4.7444993e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 20 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 12883 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_category",schemaname="public"} 4.004994e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_group",schemaname="public"} 51619 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receipt",schemaname="public"} 785655 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 661040 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipment",schemaname="public"} 184826 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 107807 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock",schemaname="public"} 2.0981875e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 155928 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 152 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 467147 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 10549 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transaction",schemaname="public"} 317297 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 647595 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.934889e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.879967e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 2.334571e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 302060 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 11886 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 3.633669e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.806571e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 10 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 322003 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_wastage",schemaname="public"} 63447 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 370 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 2786 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoice",schemaname="public"} 476434 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 28386 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_order",schemaname="public"} 265539 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_orderline",schemaname="public"} 2.0604047e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_productprice",schemaname="public"} 210 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier",schemaname="public"} 870165 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 251141 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 116377 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_order",schemaname="public"} 480101 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 141 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 14 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.31302899e+08 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 3.122482e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 9583 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 77 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 282 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 76 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 6 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.05024173e+08 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 6.3968206e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 6.2428461e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order",schemaname="public"} 2.2265633e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 5.720349e+06 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2.62771935e+08 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 98 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 85 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 1779 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 40184 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_productprice",schemaname="public"} 3.3954245e+07 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_rfq",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.939513e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 83 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="brand",schemaname="public"} 5654 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 70483 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 9306 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 2.875356e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 618 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 1.417294e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_country",schemaname="public"} 685 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_currency",schemaname="public"} 8044 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 1560 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_file",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 15 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 183 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 332 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_module",schemaname="public"} 3233 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process",schemaname="public"} 78229 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 7517 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 409023 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 14503 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_region",schemaname="public"} 112648 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_releases",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report",schemaname="public"} 6516 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 77759 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 78314 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 91829 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 21 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 47 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_tax",schemaname="public"} 530514 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 34136 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_uom",schemaname="public"} 779306 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user",schemaname="public"} 1.6899354e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 232520 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1083 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window",schemaname="public"} 2.268736e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 232840 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 619508 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 382 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 12 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 525 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 189 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 72020 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 26903 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 3090 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 3567 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 21486 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 18351 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 1177 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 7 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 602 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 1210 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 2991 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 1908 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 49 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 106673 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 2027 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 2.579137e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 1030 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 157112 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 22669 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 32000 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 173816 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.656279e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 2302 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 45071 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 31080 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 5823 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 426 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 939 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_account",schemaname="public"} 96 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 8 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 165833 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 660 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 3 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 3 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 62 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 15916 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 21811 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 8.922485e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 118343 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.5314248e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 2.829771e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 22937 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="hsncode",schemaname="public"} 2.375581e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_addon",schemaname="public"} 214 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 90588 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch",schemaname="public"} 10 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 32176 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory",schemaname="public"} 22896 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2.603825e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 92 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 201 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 4.803347e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1504 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.542985e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movementline",schemaname="public"} 416 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 50 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product",schemaname="public"} 5.6888426e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 10 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 225 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_category",schemaname="public"} 4.005371e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_group",schemaname="public"} 51619 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receipt",schemaname="public"} 781942 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 657584 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipment",schemaname="public"} 3.1088268e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 192771 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock",schemaname="public"} 1.59442448e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 154877 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 150 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 467431 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 10364 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transaction",schemaname="public"} 8.632253607e+09 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 2.207778e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 3.2250283e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.874186e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.167383e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 300437 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 281429 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 3.596184e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 3.552371e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 7 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 322003 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_wastage",schemaname="public"} 52186 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 262 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 2786 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoice",schemaname="public"} 467189 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 28361 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_order",schemaname="public"} 254844 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_orderline",schemaname="public"} 2.0595511e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_productprice",schemaname="public"} 174 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier",schemaname="public"} 877718 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 251141 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 12 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 630245 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_order",schemaname="public"} 479803 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 200 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.29091903e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 3.120076e+06 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 9583 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 6 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 30 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 76 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 6 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoice",schemaname="public"} 5.6509068e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.49677121e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1.24595392e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order",schemaname="public"} 6.400187727e+09 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 627185 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2.79447011e+08 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 96 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 85 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 1779 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 40184 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_productprice",schemaname="public"} 3.0843757e+07 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 3 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # 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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.781608493e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.780948523e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 1.780948524e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 1.780948564e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alert",schemaname="public"} 1.780948881e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 1.780948881e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 1.780948881e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 1.78094894e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.781543984e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 1.780949004e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.781501004e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_file",schemaname="public"} 1.780949252e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 1.780949252e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 1.780949252e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.78094927e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_menu",schemaname="public"} 1.78094927e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 1.78094927e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 1.78094927e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 1.78094927e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 1.780949308e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process",schemaname="public"} 1.780949308e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 1.780949308e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.780949465e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1.780949416e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.780949394e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 1.780949416e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1.780949416e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_region",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_releases",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1.78160225e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 1.781624955e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 1.780949419e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user",schemaname="public"} 1.780949419e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1.780949419e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.78095004e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1.780949465e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1.781593608e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_window",schemaname="public"} 1.780949465e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 1.780949465e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 1.780949465e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 1.780949466e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1.780949467e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.780949468e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 1.780949471e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 1.780949472e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 1.780949472e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 1.780949473e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 1.78094953e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 1.781618833e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1.781360667e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 1.781539834e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1.78144477e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 1.780949777e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 1.780949778e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 1.781624955e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 1.780949778e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 1.780949778e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1.780949784e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1.780949786e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 1.780949898e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.780949898e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.780949906e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.781625375e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 1.780949991e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 1.780949906e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 1.780949907e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 1.781460314e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.78137543e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.781624715e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 1.780949918e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 1.780949941e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 1.781430786e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 1.78094995e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 1.78094995e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1.780949959e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.780949973e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 1.780949918e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 1.780949974e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1.781334919e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1.780949978e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cww_task",schemaname="public"} 1.780949978e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 1.780950114e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_account",schemaname="public"} 1.780949991e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 1.780949991e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 1.780949991e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 1.780949991e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1.781625555e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 1.780949991e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 1.781586646e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 1.780949991e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1.780949992e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 1.780949993e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 1.780949993e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1.780950002e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.78095004e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 1.780949992e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 1.78095004e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 1.78095004e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment",schemaname="public"} 1.780950042e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 1.780950042e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 1.780950042e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.780950162e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.780950188e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.780950113e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.780950188e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1.78095024e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 1.780950188e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="hsncode",schemaname="public"} 1.780950188e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1.78095019e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_addon",schemaname="public"} 1.780950188e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 1.780950188e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 1.780950188e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 1.780950188e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.781432587e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 1.78095019e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 1.78095019e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 1.78095019e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 1.780950191e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 1.780950191e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 1.780950207e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1.780950191e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.780950198e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1.780950219e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product",schemaname="public"} 1.781588146e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1.780950208e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 1.78095021e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1.78095021e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_group",schemaname="public"} 1.78095021e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_images",schemaname="public"} 1.78095021e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 1.78095021e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 1.780950211e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1.781437328e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 1.780950216e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_shipment",schemaname="public"} 1.781619795e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 1.780950388e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock",schemaname="public"} 1.781608973e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.781525251e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.780950266e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1.780950315e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 1.781592947e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.780951662e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 1.78095032e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.780950387e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.781559339e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.780950539e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.78095059e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1.780950599e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 1.780950705e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 1.781559161e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.78095047e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 1.780950608e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1.78095064e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 1.780950641e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 1.780950641e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 1.780950648e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wastage",schemaname="public"} 1.780950649e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 1.780950648e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 1.781505145e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1.780996858e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 1.780950649e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 1.78095065e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoice",schemaname="public"} 1.781330598e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1.780950661e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1.780950666e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1.781328617e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_order",schemaname="public"} 1.781594448e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1.780950682e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 1.780950692e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.781623154e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_productprice",schemaname="public"} 1.780950683e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 1.780950697e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier",schemaname="public"} 1.780950698e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 1.780950698e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 1.780950698e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1.780951254e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_order",schemaname="public"} 1.781568762e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 1.780950774e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 1.781622914e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1.781624715e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 1.781620814e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.780950775e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 1.780950775e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 1.780950775e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1.780950774e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 1.780950775e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 1.780950775e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 1.780950775e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.780951336e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.780951498e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.780950928e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 1.78095086e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1.780951605e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.781451733e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order",schemaname="public"} 1.781503828e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1.780951749e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.780951671e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.780951394e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1.780951398e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1.7809514e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.780951549e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.781594511e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_productprice",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1.780948522e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.780948523e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 1.780948523e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 1.780948563e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alert",schemaname="public"} 1.78094888e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 1.780948881e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.781625196e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 1.78148582e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.780949248e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_file",schemaname="public"} 1.78094925e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.781584425e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 1.780949308e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.781577103e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1.78160087e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.781593249e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 1.781624895e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 1.780949419e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 1.780949417e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.781589109e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 1.780949465e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1.780949467e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.780949467e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 1.78094947e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 1.780949471e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 1.780949473e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 1.781598589e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 1.780949531e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1.781599129e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 1.781436607e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1.781540795e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 1.781624655e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1.780949783e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1.781517928e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.780949897e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.781607594e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.781625075e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 1.781621534e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 1.780949909e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.78094991e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.781621294e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 1.781526991e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 1.781430726e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 1.78094995e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1.781578063e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.781461814e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 1.781463914e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 1.780949974e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1.781246672e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1.780949977e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cww_task",schemaname="public"} 1.780949978e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 1.780950111e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 1.781625255e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 1.780949991e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 1.780949991e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1.780949992e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 1.780949992e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 1.780949993e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1.780950001e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.781576323e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment",schemaname="public"} 1.780950041e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 1.780950041e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 1.780950042e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.781617218e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.781618298e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.78153534e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.781289248e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1.781370572e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 1.780950188e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1.78095019e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.78095019e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 1.78095019e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 1.781555318e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1.780950191e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_movement",schemaname="public"} 1.781254655e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1.781423524e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product",schemaname="public"} 1.780950209e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1.780950208e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 1.78095021e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 1.78095021e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 1.780950211e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1.780950211e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 1.781438588e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_shipment",schemaname="public"} 1.781453296e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 1.781616612e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stock",schemaname="public"} 1.780950243e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.780950245e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.781609393e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 1.780950315e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.780951659e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 1.78152255e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.781575603e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.781472857e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.781589708e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.781594089e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1.780950598e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 1.781491402e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 1.781559161e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.781616255e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 1.780950608e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1.780950638e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 1.780950641e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wastage",schemaname="public"} 1.780950649e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 1.781463734e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 1.781505145e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 1.78095065e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoice",schemaname="public"} 1.780950652e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 1.78095066e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1.781333058e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1.781330539e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_order",schemaname="public"} 1.780950668e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1.781494702e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 1.781324536e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.781611391e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_productprice",schemaname="public"} 1.780950683e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 1.780950697e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1.780951244e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_order",schemaname="public"} 1.781415663e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 1.780950773e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 1.781624715e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 1.781619313e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.780950774e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 1.780950774e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 1.780950775e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1.780950774e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.780951333e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.78095149e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.780950925e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 1.7809516e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.78095155e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order",schemaname="public"} 1.780951238e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1.780951744e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.780951664e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.780951392e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 1.780951396e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1.780951399e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.780951546e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.780951617e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_productprice",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1.780951626e+09 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1009 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 19 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 46 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 288 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_file",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 14 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 528 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 2573 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 16 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 9 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_role",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 31 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 7717 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 25 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 92 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 20 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 187 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 4496 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 165 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 77 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 65 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 21 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 255 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 51 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 50 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 461 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 175 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till",schemaname="public"} 44 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 38 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 791 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 20 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 115 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 405 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 28 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 56 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1418 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 492 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 3531 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 30 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 2537 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory",schemaname="public"} 317 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_material_request",schemaname="public"} 94 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movement",schemaname="public"} 176 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movementline",schemaname="public"} 59 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product",schemaname="public"} 246 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 143 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receipt",schemaname="public"} 338 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_shipment",schemaname="public"} 3794 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock",schemaname="public"} 9263 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 694 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 368 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transaction",schemaname="public"} 24970 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 140 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 2324 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 6708 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 910 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 2941 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 177 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 15 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 3268 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 503 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wastage",schemaname="public"} 21 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 21 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_contract",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoice",schemaname="public"} 293 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 265 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_order",schemaname="public"} 527 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_orderline",schemaname="public"} 225 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 325 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 85 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_productprice",schemaname="public"} 65 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 3588 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_order",schemaname="public"} 2747 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 22 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 48 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoice",schemaname="public"} 40453 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 84 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 33 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 389 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 144508 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order",schemaname="public"} 104784 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 25841 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline",schemaname="public"} 13253 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 106 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1444 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 84013 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 9 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_productprice",schemaname="public"} 73 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="api_key",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 33256 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 32889 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 19538 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="brand",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 576472 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_lead",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alert",schemaname="public"} 21913 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 1006 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 270 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 845 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 5.154486e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 42930 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 6557 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 27 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 40 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 37 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 19 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_country",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_currency",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 39 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 34 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_file",schemaname="public"} 37126 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 77 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 43 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 691 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 439844 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_menu",schemaname="public"} 95 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 71 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 336 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_module",schemaname="public"} 37 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 153 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 29 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 30 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 289 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process",schemaname="public"} 386 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 1282 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 3.82628e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 180149 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 2.643564e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 381 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 26 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 819 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 45476 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_region",schemaname="public"} 56 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_releases",schemaname="public"} 306 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 712 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report",schemaname="public"} 470 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 1282 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 451 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 742 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_role",schemaname="public"} 15 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 78 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 58 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 20092 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 1507 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_task",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_tax",schemaname="public"} 28 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 16 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_uom",schemaname="public"} 28 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user",schemaname="public"} 153 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 156 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 5.771835e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 443 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 104 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_window",schemaname="public"} 910 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 1507 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 554 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 808 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 31701 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1375 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 19 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 16435 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 5148 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 488 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 13102 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 16 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_events",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 495174 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 24403 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 85690 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 56463 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 111213 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 49 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 64 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 164 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 166 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 817 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 642 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 30951 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 46172 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 21 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 249 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 39 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 23206 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 41 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.133952e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 285 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 1.05619e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 40 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 63 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 21 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 249 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 4790 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 9795 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till",schemaname="public"} 60 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 96 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 411582 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 104267 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 10209 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 39 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 202 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 109803 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 262776 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 211954 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 15013 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1077 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 30673 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cww_task",schemaname="public"} 3444 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 2.006321e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="email_source",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_account",schemaname="public"} 255 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 96 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 14 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 106 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 14 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 17 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 16 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 151 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 146 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 2945 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 5385 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 597 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 6988 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 2997 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 8123 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 33439 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 590275 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 61 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 697 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 70 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment",schemaname="public"} 11265 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 11242 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 20 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 7510 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.203418e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.209602e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.202831e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.215686e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1.238502e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 3168 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="hsncode",schemaname="public"} 423 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_task",schemaname="public"} 36039 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_addon",schemaname="public"} 64 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 422 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_batch",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 96 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 54 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory",schemaname="public"} 34384 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 740 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 620 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 2120 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 182 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 201 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 212838 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_material_request",schemaname="public"} 5110 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movement",schemaname="public"} 72929 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movementline",schemaname="public"} 294903 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 44 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 23 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product",schemaname="public"} 7457 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1619 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 13796 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_category",schemaname="public"} 148 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_group",schemaname="public"} 85 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_images",schemaname="public"} 186 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 1024 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 1111 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 14 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receipt",schemaname="public"} 12278 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 63324 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipment",schemaname="public"} 1.203688e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 2.729944e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock",schemaname="public"} 59762 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 29056 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 376481 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 98 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 3986 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.059541e+07 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 71433 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 833953 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 78296 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.045179e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.009859e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 75562 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 862184 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 79915 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.049762e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 5418 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 392537 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 148 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 2425 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 81 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wastage",schemaname="public"} 2829 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 61402 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 78 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 71 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 112 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 27 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 1031 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoice",schemaname="public"} 7723 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 36929 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 49822 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 12703 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_order",schemaname="public"} 12225 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_orderline",schemaname="public"} 64260 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 85070 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 21292 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 14 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_productprice",schemaname="public"} 7247 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 3383 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_requisition",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 28 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier",schemaname="public"} 757 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 782 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 760 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 4.714937e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_order",schemaname="public"} 924994 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 752777 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer",schemaname="public"} 7009 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 7338 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 38 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 6268 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 3286 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 271 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 285 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 726 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.205718e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 2.744664e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.27985e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 140 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 5.483753e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2.657023e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order",schemaname="public"} 1.220233e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 4.595792e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2.776283e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 305111 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 48920 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 48887 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 3.585659e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.830064e+06 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 152 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 230 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 443 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 288 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 32 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_productprice",schemaname="public"} 7096 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 4044 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation",schemaname="public"} 41 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 82 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 299 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 159 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 89 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 44 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="api_key",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 1478 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 418 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 1010 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="brand",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_lead",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alert",schemaname="public"} 334 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 62568 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 2655 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 252 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 44 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_country",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_currency",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 39 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 34 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_file",schemaname="public"} 408 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 43 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 7555 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_module",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 70944 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 3155 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 131347 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 26 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1085 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report",schemaname="public"} 45 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 32 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 45 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_role",schemaname="public"} 32 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 56 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 424 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_task",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_tax",schemaname="public"} 28 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_uom",schemaname="public"} 28 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 466185 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 44 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 668 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 359 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 225 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 378 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_events",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 13254 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 191 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 7859 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 480 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 4707 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 49 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 49 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1577 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1262 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 39 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 198 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 41 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 23095 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 36 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 29061 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 51 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 251 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 475 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till",schemaname="public"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 12891 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 4508 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 213 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 39 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 4818 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 5364 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 4983 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 119 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 1878 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="email_source",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 110 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 797 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 11506 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 136 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 90794 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 45359 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 67871 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 22755 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 45466 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="hsncode",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_task",schemaname="public"} 672 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_batch",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory",schemaname="public"} 2266 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 90 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 11221 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_material_request",schemaname="public"} 365 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movement",schemaname="public"} 6397 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movementline",schemaname="public"} 9065 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 44 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product",schemaname="public"} 150 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 361 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receipt",schemaname="public"} 973 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 2188 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_shipment",schemaname="public"} 2071 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 53060 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock",schemaname="public"} 5942 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 2376 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 15389 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 168 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transaction",schemaname="public"} 237533 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 4407 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 30036 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1412 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 46287 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 68189 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2817 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 14890 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 2578 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 46962 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 99 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wastage",schemaname="public"} 307 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 1523 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 31 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 55 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoice",schemaname="public"} 635 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 933 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1062 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1304 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_order",schemaname="public"} 667 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_orderline",schemaname="public"} 4220 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 2964 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_productprice",schemaname="public"} 173 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 94 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_requisition",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 28 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 124355 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_order",schemaname="public"} 10226 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 34 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer",schemaname="public"} 56 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 38 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoice",schemaname="public"} 114697 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 53327 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 20503 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 106885 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 81098 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order",schemaname="public"} 32492 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 149554 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline",schemaname="public"} 69480 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 591 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 931 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 850 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 69418 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 17287 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 32 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_productprice",schemaname="public"} 202 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation",schemaname="public"} 41 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 44 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_file",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 23095 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 13 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 32 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 32 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_movement",schemaname="public"} 112 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1217 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 115 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock",schemaname="public"} 116 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 74 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 5 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 83 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 21 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 262 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 44 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoice",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1220 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_order",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_orderline",schemaname="public"} 94 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 623 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 4066 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_productprice",schemaname="public"} 29 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 227 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 2663 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 12 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 20 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 388 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 148467 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline",schemaname="public"} 59 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 30 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 10 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 754 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 76149 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 9 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_productprice",schemaname="public"} 8 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 12 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 27223 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 68 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 274 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 341 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 80 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 14 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 16 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 63146 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_report",schemaname="public"} 30 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 16 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 48 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_role",schemaname="public"} 17 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 37267 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user",schemaname="public"} 15 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 202390 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1070 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 285 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 147 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 14 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 6309 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 4868 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 564 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 18007 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 14 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1000 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 15 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 10 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 98596 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 9 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 689 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1149 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till",schemaname="public"} 17488 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 2095 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 11125 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 1641 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 363 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 334 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 633 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 22393 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 356 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 29928 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 20426 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 17134 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory",schemaname="public"} 7639 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 162 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_material_request",schemaname="public"} 65 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movement",schemaname="public"} 3825 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movementline",schemaname="public"} 87 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product",schemaname="public"} 1476 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 16 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receipt",schemaname="public"} 4366 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 183 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_shipment",schemaname="public"} 84999 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock",schemaname="public"} 221645 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 15730 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 17 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 3016 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transaction",schemaname="public"} 39 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 3980 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 2931 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.1759e+06 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 24573 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 31191 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1733 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 18 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 121803 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 18425 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wastage",schemaname="public"} 340 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 58 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 384 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 65 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 26 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoice",schemaname="public"} 2777 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_order",schemaname="public"} 8898 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1403 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_productprice",schemaname="public"} 63 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 7 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 15 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_order",schemaname="public"} 68180 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 2670 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer",schemaname="public"} 37 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 36 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 10 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoice",schemaname="public"} 58033 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 176 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 15 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order",schemaname="public"} 76148 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 25353 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline",schemaname="public"} 4760 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 140 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 102 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 13612 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 10 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_productprice",schemaname="public"} 42 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="api_key",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 33304 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 32889 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 19538 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="brand",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 576016 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_lead",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alert",schemaname="public"} 21913 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 1006 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 270 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 845 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 5.181819e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 43576 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 6557 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 27 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 40 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 37 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 19 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_client",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_country",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_currency",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 39 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 34 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_file",schemaname="public"} 37127 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 77 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 43 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 691 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 441529 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_menu",schemaname="public"} 95 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 71 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 336 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_module",schemaname="public"} 37 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 153 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 29 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 30 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 289 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process",schemaname="public"} 386 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 1282 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 3.89298e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 178821 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 2.757092e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 381 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 26 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 819 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 45478 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_region",schemaname="public"} 56 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_releases",schemaname="public"} 306 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 712 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report",schemaname="public"} 470 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 1282 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 451 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 742 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_role",schemaname="public"} 15 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 78 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 58 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 20092 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 1507 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_task",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_tax",schemaname="public"} 28 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 16 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_uom",schemaname="public"} 28 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user",schemaname="public"} 153 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 157 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 5.961311e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 443 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 104 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_window",schemaname="public"} 910 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 1507 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 554 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 808 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 31701 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1375 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 19 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 16435 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 5148 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 488 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 13102 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 16 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_events",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 500343 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 24403 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 86724 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 56463 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 112708 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 49 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 64 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 164 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 166 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 817 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 642 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 30951 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 46448 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 21 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 249 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 39 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 23211 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 41 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.214179e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 23380 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 1.058244e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 40 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 63 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 21 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 249 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 4790 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 9795 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till",schemaname="public"} 60 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 96 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 413059 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 104293 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 10209 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 39 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 202 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 110471 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 264228 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 213194 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 15013 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1077 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 30673 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cww_task",schemaname="public"} 3444 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 2.006318e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="email_source",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_account",schemaname="public"} 255 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 96 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 106 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 17 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 16 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 151 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 146 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 2945 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 5385 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 597 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 6988 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 2997 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 8123 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 33439 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 591307 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 61 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 697 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 70 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment",schemaname="public"} 11265 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 11242 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 20 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 7510 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.223473e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.223346e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.2114e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.217962e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1.231123e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 3168 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="hsncode",schemaname="public"} 423 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_task",schemaname="public"} 36039 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_addon",schemaname="public"} 64 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 422 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_batch",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 96 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 54 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory",schemaname="public"} 34384 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 740 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 620 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 2120 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 182 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 201 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 220396 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_material_request",schemaname="public"} 5110 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movement",schemaname="public"} 73271 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movementline",schemaname="public"} 299871 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 44 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 23 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product",schemaname="public"} 7457 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 1621 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 13911 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_category",schemaname="public"} 148 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_group",schemaname="public"} 85 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_images",schemaname="public"} 186 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 1024 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 1111 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receipt",schemaname="public"} 12278 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 63454 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_shipment",schemaname="public"} 1.203776e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 2.733675e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock",schemaname="public"} 59820 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 29057 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 377920 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 98 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 3986 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.0598897e+07 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 72378 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 877055 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 78296 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.06152e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.042203e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 75563 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 863403 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 80015 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 1.072913e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 5418 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 392537 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 148 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 2427 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 81 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wastage",schemaname="public"} 2829 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 62416 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 78 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 71 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 112 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 27 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 1031 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_contract",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoice",schemaname="public"} 7725 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 36929 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 49822 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 14261 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_order",schemaname="public"} 12228 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_orderline",schemaname="public"} 64890 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 86778 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 25358 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_productprice",schemaname="public"} 7276 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 3383 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_requisition",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 28 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier",schemaname="public"} 757 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 782 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 760 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 4.71744e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_order",schemaname="public"} 924788 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 752777 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 2663 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer",schemaname="public"} 7009 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 7339 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 38 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 6268 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 3288 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 271 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 285 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 726 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.206602e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 2.745057e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.279984e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 140 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 5.485085e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2.806483e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order",schemaname="public"} 1.261368e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 4.596881e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline",schemaname="public"} 2.777024e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 305124 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 48920 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 48897 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 3.587615e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.908269e+06 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 152 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 230 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 443 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 297 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 32 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_productprice",schemaname="public"} 7104 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 4056 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation",schemaname="public"} 41 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 82 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 299 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 159 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 89 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 44 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 28032 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 87 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 312 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 618 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 109 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 14 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 16 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 75968 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_report",schemaname="public"} 30 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 30 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 48 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_role",schemaname="public"} 17 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 37697 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user",schemaname="public"} 19 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 232520 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1081 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 334 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 167 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 189 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 10681 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 7007 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1559 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 18366 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 21 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 7 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1246 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 16 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 46 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 110935 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 11 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 1136 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1243 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till",schemaname="public"} 18071 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 2302 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 11501 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 2364 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 459 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 648 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 939 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 22938 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 399 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 68096 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 22661 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 45315 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 22937 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory",schemaname="public"} 7897 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 5677 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_material_request",schemaname="public"} 151 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movement",schemaname="public"} 4553 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movementline",schemaname="public"} 97 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product",schemaname="public"} 1696 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 42 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receipt",schemaname="public"} 4586 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 943 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_shipment",schemaname="public"} 98016 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock",schemaname="public"} 229229 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 16375 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 23 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 3288 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transaction",schemaname="public"} 24537 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 4350 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 14954 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.244774e+06 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 29486 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 51312 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1894 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 66 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 1.25866e+06 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 29346 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wastage",schemaname="public"} 347 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 69 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 1143 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 73 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 26 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoice",schemaname="public"} 2986 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_order",schemaname="public"} 9235 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_orderline",schemaname="public"} 2634 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_productprice",schemaname="public"} 95 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier",schemaname="public"} 7 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 9 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 7 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 76 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_order",schemaname="public"} 76559 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 2670 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 2663 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 5333 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer",schemaname="public"} 43 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 36 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 12 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoice",schemaname="public"} 92226 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 241 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 27 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order",schemaname="public"} 129547 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 44222 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline",schemaname="public"} 16154 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 200 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 842 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 15139 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 10 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_productprice",schemaname="public"} 104 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="api_key",schemaname="public"} 47399 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 26684 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 281411 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 14054 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 299501 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="brand",schemaname="public"} 1.991084e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="c_region",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_template",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_department",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_division",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_formula",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_kra",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letter",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_passport",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_period",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_plan",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_platform",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_provision",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_section",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_slab",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_survey",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_team",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tour",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="chr_year",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_account",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_activity",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 1450 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_contact",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_lead",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_sale",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_stream",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_task",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 501267 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 2334 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 5316 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 20371 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 2661 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 3.4189839e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 195612 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 557 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_city",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client",schemaname="public"} 1.1061138e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_country",schemaname="public"} 1.77797e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 2178 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_currency",schemaname="public"} 3.754794e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 2041 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 224503 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_division",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 6.051013e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 4839 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 595 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_file",schemaname="public"} 9071 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 572820 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 552 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 16186 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 16085 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_language",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 1308 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 1858 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_messages",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 3823 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_module",schemaname="public"} 2543 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 387 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 439 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 1.752497e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 3612 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process",schemaname="public"} 1230 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 3963 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 1135 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1576 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 44726 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_region",schemaname="public"} 1.784346e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_releases",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report",schemaname="public"} 2230 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 2297 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 25887 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_role",schemaname="public"} 8994 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 9913 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 2035 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 10030 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_task",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tax",schemaname="public"} 1.109925e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 494618 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 23120 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 6842 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_uom",schemaname="public"} 5.80175e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user",schemaname="public"} 20261 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 635762 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 482589 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 237 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_views",schemaname="public"} 26401 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 22509 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window",schemaname="public"} 217 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 9589 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order",schemaname="public"} 38886 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_events",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 11322 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 225986 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 1025 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 12201 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_control",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 149952 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 3966 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwq_template",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 458 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 1021 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 1347 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_events",schemaname="public"} 1023 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 210 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 1.584199e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 16237 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 40613 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 16209 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 16215 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 365151 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 28671 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 4027 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 726 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 61930 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 7605 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 2799 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 26498 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 4086 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 2591 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 14427 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 2031 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 509 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 22543 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 27176 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 3074 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 2029 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 3762 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 43016 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 899 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 1131 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 87586 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 543220 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 245130 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 3028 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 30247 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 631 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 45327 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 1486 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 58604 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 16293 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 2320 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 579 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 1059 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 6068 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 56693 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 1021 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 1023 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 307550 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 2910 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 23327 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 9091 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 11685 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till",schemaname="public"} 179532 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 2014 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 46121 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 581 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 1701 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 9437 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 14859 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1707 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 946 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 34526 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 1027 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_task",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 125 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_channel",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_media",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_players",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="email_source",schemaname="public"} 1572 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_account",schemaname="public"} 1216 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budget",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 2506 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_coa",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 1284 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 2429 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 187 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 2350 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 639 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_journal",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 303587 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 8511 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 1910 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 2120 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 3138 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 710 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 454669 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment",schemaname="public"} 239 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 185 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 1.711079e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 433 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period",schemaname="public"} 121 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 2897 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 22007 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 704 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 9508 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 45901 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="hsncode",schemaname="public"} 628 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_task",schemaname="public"} 416 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 1886 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 231 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 230 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="line_tab",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="list_contacts",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_addon",schemaname="public"} 444 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 275 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch",schemaname="public"} 2.634536e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 1.6538187e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_bom",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 195 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory",schemaname="public"} 4089 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 4784 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 2200 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_material_request",schemaname="public"} 778 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movement",schemaname="public"} 3840 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movementline",schemaname="public"} 41103 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 1436 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 1901 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 1913 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 1902 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 1902 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 1902 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 1902 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 8521 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 1902 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 1901 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 1901 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 22836 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product",schemaname="public"} 244260 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 471330 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 3.829874e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 328184 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category",schemaname="public"} 78329 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 203474 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_group",schemaname="public"} 454671 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_images",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 916 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 23701 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 55050 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt",schemaname="public"} 5550 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 97034 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 269 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 1242 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 1025 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment",schemaname="public"} 29903 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 174252 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock",schemaname="public"} 40125 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1789 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 15790 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 805 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 125 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1.6419155e+07 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tracker",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transaction",schemaname="public"} 26772 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 7408 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 576 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 11892 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 32454 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 5820 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 12532 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 79633 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 388 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 95 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tray",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 2571 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 40417 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 64915 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 40417 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 50050 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 8.847335e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 2170 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastage",schemaname="public"} 2747 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 44646 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 8972 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 137 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="myonlytest",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 536 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 334 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 3177 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="orders",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_order",schemaname="public"} 20 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_agent",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract",schemaname="public"} 798 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice",schemaname="public"} 26839 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 100237 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 2016 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1092 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order",schemaname="public"} 12473 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline",schemaname="public"} 49471 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 103 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 101 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 10619 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 11768 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 109 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 203373 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_productprice",schemaname="public"} 66675 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_requisition",schemaname="public"} 62426 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 44743 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfq",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier",schemaname="public"} 77912 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 328 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 10667 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 147 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_designer",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_project",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="plm_task",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_application",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_bug",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_docs",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_feature",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_module",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_resources",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_skill",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 4 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_activity",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 12469 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 87160 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 235 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_operation",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_order",schemaname="public"} 117531 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_process",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_processic",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 84773 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 1868 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 342 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 273 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="pr_prun",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 5342 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 49943 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 5337 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 50078 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 1 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 44751 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 51299 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_business_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer",schemaname="public"} 7568 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 300799 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 585 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 858057 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 93 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_dropship",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_estimate",schemaname="public"} 9366 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice",schemaname="public"} 106737 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 16 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1221 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 8731 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 233 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 106924 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order",schemaname="public"} 461683 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline",schemaname="public"} 132 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 224900 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 41681 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 8673 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 77055 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 78331 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 2.31139e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_productprice",schemaname="public"} 2712 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation",schemaname="public"} 2822 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_rfq",schemaname="public"} 478 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 175 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 2 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 1.334818e+06 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_location",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_request",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_service_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_target",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_technician",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_activity",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_categories",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_forms",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_list",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_media",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_menu",schemaname="public"} 12 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_pages",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_posts",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_settings",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="site_tags",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_device",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_reference",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="subline_tab",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 93 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="test_table",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_aisle",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 10 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_control_area",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_level",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_operations",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_rack",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_reservation",schemaname="public"} 7640 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 9 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 6 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_task",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_task_type",schemaname="public"} 7 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 11 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 8 pg_stat_user_tables_seq_scan{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 6 # 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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="api_key",schemaname="public"} 94422 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 7.95587117e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 9.208617184e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 5.747459774e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="brand",schemaname="public"} 3.977735e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 4.032112e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 7250 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 24 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 129474 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 5.02732436e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 1890 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 9 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 168 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 1.97223e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 3.2327666e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 28590 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 204605 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1.30220824e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 71847 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 1.192942059e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 6.952034e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 10543 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 2.1487588e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 8 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_country",schemaname="public"} 1.14799e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 19602 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 3.3793146e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 2041 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 2.17506272e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 164526 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 3979 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 3.35213878e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 4004 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 2.4628494e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 5232 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 2.40172699e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 49030 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 16085 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 8 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 3716 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_menu",schemaname="public"} 950 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 5589 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 12432 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 3823 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_module",schemaname="public"} 92598 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 3483 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 66960 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 4.508575e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 14 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 8 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 108360 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 2023 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 165815 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 14102 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.907451e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 6.32866051e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.8904123e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 3048 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 187 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 29510 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 17336 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 3.6630594e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 758473 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 8.8026044e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 2142 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 5696 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 40984 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 43012 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 3488 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 18376 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 5026 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 25887 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 122366 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 6878 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 572150 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 217638 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 2035 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 1.507993e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 27 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 1.7066549e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 112 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 3.417009e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 23120 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 6842 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_uom",schemaname="public"} 1.35294448e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user",schemaname="public"} 2.64014e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 9.8584426e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 3.4365876e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 2.13786927e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 816 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 474 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 157784 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 30140 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 5.303227e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 6464 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 22591 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1.730801e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 3.09690731e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 19475 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 96456 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 6.2425522e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 3360 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 103304 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 21406 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_events",schemaname="public"} 5115 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 2100 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 5.363574e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 3.6593113328e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 9.67587904e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 6.28542403e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 1.240949944e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 1.714168e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 1.834944e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 37813 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 118741 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 1.028038e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 7605 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 2.1645634e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 25509 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 10292 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 57708 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 6093 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 6.9410568e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 71502 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 6087 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 3762 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 1.972188939e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 23751 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 1.2691529e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 2.0741748e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 735390 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 72672 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 6.82108775e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 25871 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.8931506179e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 287867 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 3.864606e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 8.233464e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 6960 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 18948 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 66717 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 127428 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 5115 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 2.073343e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 5.808423e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 4.2718835e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 1.12866783e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.0578252e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 193344 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 6.414595717e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 708267 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 79968 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 22583 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 334858 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 8.89245822e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.29432e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 1.052109571e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 240208 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1.81502e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 2.8539021e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 34526 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 50 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 89544 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 2.48783432e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="email_source",schemaname="public"} 4716 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 305268 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 1152 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 36 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 60 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 60 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 20 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 60 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 126 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 2506 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 8 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 106 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 17 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 17976 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 41289 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 126 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 176 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 16897 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 322553 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 37011 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 3.24777e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 29850 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 2.119091241e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 2.5488796e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 154258 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 6.3222806e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 3.49044639e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 99 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 191418 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 493754 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 1330 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 4.54669e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 99 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 2.692335e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 236246 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 3.2839761e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 3.220873e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 26 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 260 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 240 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.777987347e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 2.6422388911e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 2.95047083e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 4.417498605e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 5.5976687917e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 6336 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 243125 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1.4803502e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 7 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 20753 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 28 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 1155 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 230 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_addon",schemaname="public"} 28355 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 116050 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 3.160742e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 3.3076116e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 864 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 432 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.0724118e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2.937056e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 60 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 5900 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 22330 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 2002 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 2211 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 2.578224e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 3.864789e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 2.60285831e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 5.466894484e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 11406 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 34264 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 359451 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 230 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 272018 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product",schemaname="public"} 1.618852088e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 7.56618926e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 4.509742403e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1.0230339e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_group",schemaname="public"} 3.8646442e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 1302 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 19456 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 2.6331811e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 725789 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt",schemaname="public"} 6.5471382e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 6.11328931e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipment",schemaname="public"} 2.9934624484e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 1.64616679e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 2.385134219e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 4.2621332e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 2.451804646e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 1.313534266e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 205930 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.08981063143e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 3.64297981e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 4.95207628e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 8.31335927e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.7034197897e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 2.598485222e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 7.09067744e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 8.1373686e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 2.703818475e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 9.8977083e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 1.3713034e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 7.45819e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 4.13004e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 9.5317006e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 6.86749598e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 4340 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastage",schemaname="public"} 7.681051e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 4.7549218e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 20 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 56 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 64 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 34849 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 22074 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 1232 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 486 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 63 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 153 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 36510 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 59892 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 2.0489141e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 3.665506309e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 9.9320251e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1.4122913e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_order",schemaname="public"} 1.4991365e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 3.10672908e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 6.06362492e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 2.48118371e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 1526 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 203373 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 4.21364534e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 258965 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 436982 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 1.252804e+06 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 4.1428032e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 162105 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 85273 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 10612 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 3.7446993755e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 3.8042112872e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 7472 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 13 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 273 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 752777 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 48078 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 11132 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 48033 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 150234 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 89502 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 461691 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 5.0244062e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 2.179593311e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 3510 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 3.2605662e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 476964 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 288073 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 3180 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 2790 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 56862 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 5.0614614115e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.935264956e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.0956320591e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 4480 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 4.97393447e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 2.81732788762e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order",schemaname="public"} 2.50569128425e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 3.1426339e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 3.48622271e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 3.4703382879e+10 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 2.023256906e+09 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 4.17700473e+08 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 2.58327123084e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 1.42179229545e+11 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 11789 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 15765 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 14095 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 4013 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 6.8433194e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_productprice",schemaname="public"} 1.9199486e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 205970 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 115702 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 3198 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 3289 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 14 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 1431 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 178 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 5.8489444e+07 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 93 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_size_bytes Total disk space used by this table, in bytes, including all indexes and TOAST data # TYPE pg_stat_user_tables_size_bytes gauge pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="api_key",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 2.1659648e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.3615104e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 6.725632e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="brand",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="c_region",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 1.237737472e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_course",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_department",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_division",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eos",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_formula",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_kra",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_letter",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_passport",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_period",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_plan",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_platform",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_provision",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_section",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_slab",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_survey",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tds",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_team",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tour",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="chr_year",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_account",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_contact",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_lead",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_sale",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_stream",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alert",schemaname="public"} 7.716864e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 417792 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 376832 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 147456 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 327680 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.1382489088e+10 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 1.683505152e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 7.028736e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 139264 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_city",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_client",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_country",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_currency",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_division",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_file",schemaname="public"} 2.1700608e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 163840 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 942080 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.373077504e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_language",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_menu",schemaname="public"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 475136 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_messages",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 647168 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_module",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 114688 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 204800 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 335872 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 770048 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 1.400111104e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 3.40353024e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.28e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 868352 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 57344 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 131072 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 704512 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 1.2648448e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_region",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_releases",schemaname="public"} 598016 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 450560 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report",schemaname="public"} 311296 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 778240 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 1.712128e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 1.212416e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_role",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 253952 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 1.6637952e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 5.718016e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_task",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tax",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_uom",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user",schemaname="public"} 139264 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 106496 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 4.32603136e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 90112 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_views",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 737280 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 3.3103872e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_company",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_order",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_events",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 1.3500416e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1.196032e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 8.945664e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 3.31776e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 671744 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_control",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwq_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 5.7270272e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_events",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 3.63978752e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 1.1190272e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 4.8635904e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 2.70974976e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 2.48102912e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 122880 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 294912 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 622592 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 385024 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 1.2509184e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 2.1020672e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.5925248e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 3.391209472e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 3.883008e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 6.18840064e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 180224 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 204800 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 3.817472e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 5.20192e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till",schemaname="public"} 417792 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 1.54042368e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 3.9043072e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 3.997696e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 5.4362112e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 9.0013696e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 7.483392e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 5.726208e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 507904 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 7.5554816e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cww_task",schemaname="public"} 1.548288e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 9.01513216e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_channel",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_media",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_players",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="email_source",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_account",schemaname="public"} 155648 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_budget",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_coa",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 106496 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 286720 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 1.384448e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 5.251072e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_journal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 647168 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 2.629632e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 6.791168e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 3.858432e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2.6984448e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 2.3986176e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 385024 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 90112 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment",schemaname="public"} 5.586944e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 4.456448e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 3.473408e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 8.66164736e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 7.82032896e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 6.54647296e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 5.92306176e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 5.42285824e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 548864 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="hsncode",schemaname="public"} 262144 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_task",schemaname="public"} 2.0660224e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="line_tab",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="list_contacts",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_addon",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 229376 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_attribute",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_bom",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 57344 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory",schemaname="public"} 1.7440768e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 688128 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 352256 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 1.024e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 122880 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 1.07134976e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_material_request",schemaname="public"} 6.914048e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movement",schemaname="public"} 2.9335552e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movementline",schemaname="public"} 1.46669568e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product",schemaname="public"} 5.685248e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 761856 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 6.979584e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_category",schemaname="public"} 245760 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_group",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_images",schemaname="public"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 434176 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 376832 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt",schemaname="public"} 8.544256e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 3.6798464e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipment",schemaname="public"} 6.9091328e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 1.643945984e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock",schemaname="public"} 3.2448512e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.7965056e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.5765504e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 2.12992e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_tracker",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transaction",schemaname="public"} 6.897958912e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 3.969024e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 5.74070784e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 4.79232e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 6.54917632e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 3.96025856e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 3.7076992e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 5.77019904e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 7.2859648e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 6.31177216e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_tray",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 2.392064e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1.46538496e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 106496 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 917504 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_wastage",schemaname="public"} 1.220608e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 2.801664e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="myonlytest",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 163840 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 393216 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 794624 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="orders",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 466944 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ox_order",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_agent",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_contract",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoice",schemaname="public"} 6.987776e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 2.3863296e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 2.0791296e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 5.341184e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_order",schemaname="public"} 9.510912e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_orderline",schemaname="public"} 3.8535168e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 3.6093952e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 8.35584e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 49152 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_productprice",schemaname="public"} 2.646016e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 1.400832e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_requisition",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_rfq",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier",schemaname="public"} 663552 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 688128 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 40960 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 360448 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_designer",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_project",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="plm_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_application",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_bug",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_docs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_feature",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_module",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_project",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_resources",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_skill",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_activity",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 2.513788928e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_operation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_order",schemaname="public"} 3.91462912e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_process",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_processic",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="pr_prun",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 1.20733696e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 147456 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 270336 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_business_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer",schemaname="public"} 4.317184e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 4.21888e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 2.080768e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 1.703936e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_dropship",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_estimate",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 393216 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.042767872e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.946566656e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 4.16587776e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.43560448e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 9.54376192e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order",schemaname="public"} 1.391599616e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 2.236014592e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.932550144e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.36634368e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 2.49856e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1.8726912e+07 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 1.329405952e+09 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 6.14424576e+08 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 196608 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 212992 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 376832 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 81920 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_productprice",schemaname="public"} 2.94912e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 1.72032e+06 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation",schemaname="public"} 73728 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 98304 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 221184 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 122880 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_rfq",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 65536 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_location",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_request",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_service_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_subscription",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_target",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_technician",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_categories",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_forms",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_list",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_media",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_menu",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_pages",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_posts",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_settings",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="site_tags",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_device",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_reference",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 24576 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_tray",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="subline_tab",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 32768 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="test_table",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_aisle",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_control_area",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_level",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_operations",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_rack",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_reservation",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_task",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_task_type",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 16384 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 8192 pg_stat_user_tables_size_bytes{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 16384 # 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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="dadus_prod",relname="webinar_settings",schemaname="public"} 0 # HELP pg_static Version string as reported by postgres # TYPE pg_static untyped pg_static{server="localhost:8642",short_version="18.4.0",version="PostgreSQL 18.4 (Debian 18.4-1.pgdg13+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit"} 1 # HELP pg_statio_user_tables_heap_blocks_hit Number of buffer hits in this table # TYPE pg_statio_user_tables_heap_blocks_hit counter pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="api_key",schemaname="public"} 43624 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 3.6008314e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 3.80941414e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 1.91009677e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="brand",schemaname="public"} 1.983596e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 428715 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 179 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 7922 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 1.6885412e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 21282 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 57 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 26869 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 7.547127e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 5913 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 28740 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 7.55344e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 588 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 2.28505854e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 536639 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 198 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 1.4110677e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_country",schemaname="public"} 1.764517e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 1065 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 4.399936e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 1058 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 1.2769495e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 2807 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 784477 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 524 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 1.117924e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 1164 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 152759 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 16562 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 16529 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 1488 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_menu",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 419 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 862 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 3749 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_module",schemaname="public"} 5646 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 28 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 482 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 3.047155e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 227 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 232 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process",schemaname="public"} 104242 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 1024 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 996429 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 116328 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 5.985896e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 6119 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 240 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1489 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1.134025e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 24813 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 3.655304e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 442 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 312 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 7259 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 48226 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 57656 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 547 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 1094 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 24640 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 7322 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 56 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 275311 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 16286 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 141 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 295833 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_task",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tax",schemaname="public"} 2.219751e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 513611 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 2232 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 5024 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_uom",schemaname="public"} 7.653467e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user",schemaname="public"} 1.9236994e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 3.550732e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 4.621833e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 7.964563e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 3328 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window",schemaname="public"} 2.285033e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 179388 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 38461 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 542741 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 4986 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 75884 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 2.298817e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 9611 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 2.287668e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 542 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 8546 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 120 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_events",schemaname="public"} 15 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 204 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 294567 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 1.512062362e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 1.627345e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 7.604769e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 2.52722e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 710915 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 57298 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 3027 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 6810 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 1.09349e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 2000 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 683271 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 1015 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 1523 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 14623 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 1045 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 2.166429e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 16749 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 1043 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 2476 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 2.3675533e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 889 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 662038 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 1.06883e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 244055 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 1465 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 2.2879899e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 103 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 4.688865e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 28058 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 1.720039e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 501798 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 388 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 21734 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 2460 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 5511 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 404172 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 273573 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 515391 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 2.07204e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 3.272227e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 6367 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 1.535035e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 173561 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 5726 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 243 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 9313 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 5.705348e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 64000 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 7.884253e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 5262 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 53086 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 51487 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 15854 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 2775 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 399672 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="email_source",schemaname="public"} 104 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 555 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 45 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 29 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 2461 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 63 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 2401 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 209 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 319759 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 4369 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 162143 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 1419 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 7.2847494e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 172390 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 3857 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 3.104638e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 213293 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 8342 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 665 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 82 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 450590 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment",schemaname="public"} 34732 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 6424 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 1.90344e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 54627 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 8.800337e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 8.076415e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.667016e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 5.125411e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 1.4503968e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 318 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="hsncode",schemaname="public"} 2.326322e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 205553 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 1785 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_addon",schemaname="public"} 940 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 87084 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch",schemaname="public"} 2.60793e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 1.6555349e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 29 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory",schemaname="public"} 3.011637e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 2.613678e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 735 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 2454 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 76 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 392 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 1.099298e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 77969 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 7.454286e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 8.459761e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 1201 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 1203 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 15655 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 10343 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product",schemaname="public"} 1.46884423e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 3.3924841e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 1.71973019e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 4.779967e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 1.399618e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 119 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 550 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 733768 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 46569 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt",schemaname="public"} 3.124535e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 3.79911017e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipment",schemaname="public"} 1.3202452e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 5.606304e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 2.14423773e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.936668e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 3.875697e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 5.5805288e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 33323 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 7.54851855e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 7.510466e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.1583539e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 1.6882291e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.0378243e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.360629e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 2.3946689e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 591609 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 5.4901024e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 2.649769e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 311243 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 69218 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 207341 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 2.776701e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 2.6680371e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 668 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wastage",schemaname="public"} 184312 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 1.5508488e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 15024 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 1362 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 41 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 53 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 3049 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 1812 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 397 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 1.8195472e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 2.58512366e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 3.98427e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 504585 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 1.0471728e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 7.3740353e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 1.7736289e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 8.119922e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 19 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 206529 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 1.3654633e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 7189 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 58495 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 82479 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 3.878409e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 229358 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 10560 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 305 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 4.56070273e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 7.2407949e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 1850 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 105 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 37737 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 10130 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 33048 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 2099 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 114296 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 14401 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 84458 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.32146054e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 1.318567e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 250 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 1.696756e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 10436 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 2673 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 230 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 782 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 2643 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 1.92358296e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 7.8901547e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 1.14959e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 129 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 6.5367103e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 1.68958072e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 2.553247392e+09 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 5.617868e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.40867576e+08 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 5.3094415e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 6.9827943e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 715495 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 6.01771e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 9.1647942e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 1127 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 2522 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 1128 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 328 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 4.82198e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_productprice",schemaname="public"} 3.3464927e+07 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 4346 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 3093 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 192 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 194 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 60 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 2.62021e+06 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="api_key",schemaname="public"} 3775 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 3.2133657e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 1.649227e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 7.742334e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="brand",schemaname="public"} 15160 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 854516 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 1271 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 4282 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 1.111521e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 49521 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 24499 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 8.120982e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 2058 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 15049 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 6.898897e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 2073 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 221993 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 51256 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 375 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 29270 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_country",schemaname="public"} 14526 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 1113 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 32829 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 983 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 63842 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 6872 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 582 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 2.0783308e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 260 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 27717 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 424 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 8.621763e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 7070 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 7039 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 440 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_menu",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 650 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 1735 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 74 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_module",schemaname="public"} 192 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 359 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 2254 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 50797 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 3385 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 96 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 62442 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 6872 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 941978 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 5.7899531e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.261845e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 9289 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 895 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1664 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1.728642e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 12878 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 33060 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 192 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 108 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 7371 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 20167 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 21506 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1895 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 506 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 1247 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 1597 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 226 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 155383 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 13026 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 1894 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 220681 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 26508 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 15201 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 20888 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 1818 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_uom",schemaname="public"} 26965 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user",schemaname="public"} 204966 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 263873 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 3.756137e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 722090 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1155 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 232 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 37106 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 50314 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 133993 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 77217 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 6398 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 14386 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 5.97625e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 1008 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 5254 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 2.526666e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 248 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 3653 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 1234 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_events",schemaname="public"} 1008 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 532820 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 1.7651143e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 5.5112034e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 1.5832893e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 2.26638827e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 39265 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 28721 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 1801 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 22236 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 340536 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 5605 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 1.013848e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 711 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 1677 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 1014 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 986 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 2.6899345e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 15757 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 986 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 1335 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 7.1168855e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 242 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 330052 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 19836 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1075 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 1563 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 1.357027e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 1160 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 1.362194917e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 31576 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 3.223057e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 672364 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 1932 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 5716 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 723 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 557 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 1007 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 33266 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 146359 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 3.299552e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 4.754283e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 319455 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 5732 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 2.31805006e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 33262 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 2070 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 1503 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 20553 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 4.1387613e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 63661 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 2.9824229e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 7596 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 24451 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 3.852712e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 18672 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 2397 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 1.1964869e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="email_source",schemaname="public"} 1468 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 10383 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 20 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 45 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 1221 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 28 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 829 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 81946 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 811 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 195601 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 2176 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 7.278975e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 6.419812e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 6554 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2.697842e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.4832946e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 1080 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 25040 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 25 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 4079 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 111349 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 6386 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 30701 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 104032 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.24088617e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.082406859e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 1.4586183e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 1.7994435e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 2.58905869e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 177 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 59944 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 746923 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 375 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 219 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 219 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_addon",schemaname="public"} 166 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 8530 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 26616 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 15018 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 2.791202e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 293620 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 214 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 405 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 21 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 54 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 454500 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 357660 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 4.867538e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 2.80423268e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 700 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 710 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 1388 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 14158 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product",schemaname="public"} 2.1655818e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 756840 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 1.9659783e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 325110 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_group",schemaname="public"} 16020 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 54 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 532 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 1156 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 8593 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipt",schemaname="public"} 2.310183e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 8.473521e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipment",schemaname="public"} 1.605256563e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 9.04846e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 5.1747658e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 1.153783e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 1.04219219e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 145827 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 10367 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 8.556744479e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 1.4628643e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 5.1712177e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 4.7225071e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 8.52869307e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 1.01303411e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 1.3936578e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 5.178875e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 2.19680815e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 5.650499e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 146813 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 308222 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 43117 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 566733 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 122259 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 1502 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_wastage",schemaname="public"} 213516 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 7.309712e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 1634 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 718 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 24 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 396 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 1318 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 371 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 893867 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 5.303741e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 370530 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 87867 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 2.350942e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 1.4885007e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 8.865987e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 1.851282e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 90 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 6537 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 1.897858e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 5355 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 3931 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 7008 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 217701 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 54702 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 113 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 335 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 1.7820305262e+10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 1.621828382e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 18 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 168 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 27918 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 3274 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 32901 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 3238 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 30611 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 30350 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 45622 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 1.122936e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 8.063915e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 335 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 28975 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 6502 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 14307 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 114 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 83 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 632 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 4.407186051e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 1.44927902e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 3.56644252e+08 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 78 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.5496451e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 9.89505013e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 2.5922570461e+10 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 2.028171e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 5.1833275e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 1.593863155e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 4.2564959e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1.588814e+07 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 9.780577204e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 4.66519423e+09 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 494 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 597 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 183 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 75 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 66600 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_productprice",schemaname="public"} 1.07712e+06 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 5790 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 5376 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 60 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 54 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 21 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 50220 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 89 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="api_key",schemaname="public"} 2073 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 7.049613e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 9073 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 508 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 4006 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="brand",schemaname="public"} 7324 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 313 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_department",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_division",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee",schemaname="public"} 243 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_formula",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_kra",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_passport",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_period",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_plan",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_platform",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_provision",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_section",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_slab",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_survey",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_team",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tour",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="chr_year",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_account",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_activity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_contact",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 7320 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 122551 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 15476 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 2.206715e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 379 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 1379 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1824 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 379 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 1.222073e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 1652 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 46724 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_country",schemaname="public"} 4275 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 17217 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 25254 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_division",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 36539 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 833 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 4164 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 25074 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 154 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 135 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_language",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 496 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 193 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_messages",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_module",schemaname="public"} 3252 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 32807 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 1142 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process",schemaname="public"} 75872 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 1119 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 122347 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 763 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 1.767422e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 13484 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 288 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 510 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 13623 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 104279 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 12130 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 97220 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 118360 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 249 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 107 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 600 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 64374 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 244 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 70 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 6567 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_tax",schemaname="public"} 545643 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 35776 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 2116 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_uom",schemaname="public"} 793008 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user",schemaname="public"} 3.263976e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 2085 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 1.385673e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 1437 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 191204 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 781 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 12760 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 1861 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window",schemaname="public"} 4.485869e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 383863 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 259 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 1.162415e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 2131 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 5836 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_events",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 1619 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 5597 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 1647 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 776407 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 9770 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_control",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 23957 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 742 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwq_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 8674 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 493 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 2260 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_events",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 2103 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 2102 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 2103 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 2805 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 226828 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 148925 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 21328 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 21387 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 66701 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 9742 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 2166 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 16873 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 21304 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 844 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 2102 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 5906 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 1605 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 359 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 7564 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 11556 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 2132 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 11278 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 774 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 189169 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 7344 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 438 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 466 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 513134 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 7276 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 10752 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 328413 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 12505 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 235 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 22312 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 47106 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 117149 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 117150 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 1814 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 51808 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 45228 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 2106 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 41943 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 256401 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 1.750622e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 14131 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 144680 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 147 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 97739 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 22968 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 36679 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1100 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 5986 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 5364 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 245 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_channel",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_players",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="email_source",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 2064 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 275285 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 1331 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 369 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 6847 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 11661 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 47734 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 17182 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 9799 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 861 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment",schemaname="public"} 243 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 47288 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 1.120446e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 725468 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 3.8600268e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 8.129445e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 55397 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="hsncode",schemaname="public"} 4.700951e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 702 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="line_tab",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="list_contacts",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_addon",schemaname="public"} 275 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 172464 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 19969 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 590 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch",schemaname="public"} 18221 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 38612 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 48547 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_bom",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 10640 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 588 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory",schemaname="public"} 77645 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 5.133207e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 340 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 239 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 165 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 563 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 2.363457e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 1291 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 2936 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 4.585804e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 10818 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 509 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 1202 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 1202 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 1201 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 1202 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 76 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 6216 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 913 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 1202 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 6216 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 1201 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 1200 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 6216 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 5407 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product",schemaname="public"} 9.3698614e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 2411 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 19966 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 147485 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 7.979602e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 191202 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 49893 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 10621 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 2364 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt",schemaname="public"} 1.494066e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 1.722919e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 223 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 504 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipment",schemaname="public"} 694344 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 685035 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 238374 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 7.8684127e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 464270 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 24671 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 900 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 493899 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 14844 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 819 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 9765 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 1.9856352e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 1.745472e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 1.26692607e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 5.601357e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 1.4682388e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 66811 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 810065 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 114901 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 1.3815968e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 122 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 6.436737e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 1809 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 66754 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 2311 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 66754 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 2367 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 324964 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 182 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastage",schemaname="public"} 119115 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 2154 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="myonlytest",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 3568 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="orders",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_agent",schemaname="public"} 2510 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 267 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 935341 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 87006 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1587 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1480 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 477375 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 6.1607302e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 853 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 5054 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 1038 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 174 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 2075 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 242 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 239 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 1.716572e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 480952 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 142 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 994 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 49 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 960 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 1752 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 51131 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 999618 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 89 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 1.454673e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 977 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 51126 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 169 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 739 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 285 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 23698 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 855 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 39923 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 2.62541338e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 6.194587e+06 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 6755 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 207 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 547 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_estimate",schemaname="public"} 5825 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 139 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 2.9624006e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 2.00240111e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 15404 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 2.05181497e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 328909 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 6.8773033e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1.9818516e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 8.07545684e+08 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 39378 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 4372 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 1356 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 77267 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 169004 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 174 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 3552 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 72065 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 688 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_productprice",schemaname="public"} 6.771153e+07 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_rfq",schemaname="public"} 257 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 7092 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_location",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_request",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_service_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_target",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_technician",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_activity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_categories",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_forms",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_list",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_menu",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_pages",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_posts",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="site_tags",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_device",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_reference",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="subline_tab",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="test_table",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_aisle",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_control_area",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_level",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_operations",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_rack",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_reservation",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_task",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_task_type",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="api_key",schemaname="public"} 4008 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 579726 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 14091 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 13519 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 12597 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="brand",schemaname="public"} 12170 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 297 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_department",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_division",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_formula",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_kra",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_period",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_plan",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_platform",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_provision",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_survey",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="chr_year",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 1258 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_contact",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 1285 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 27287 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 26087 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 1004 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 1005 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 5984 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.943794e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 1464 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 8446 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 2772 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 1464 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 110003 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 11311 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 300 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 50856 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_country",schemaname="public"} 14356 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 1059 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 51414 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 982 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 16280 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 47413 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 2048 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 526 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 9114 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 14583 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 87 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 28595 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 6262 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 6240 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 2116 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 376 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_menu",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 326 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_messages",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_module",schemaname="public"} 139 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 342 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 312 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 36344 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 1100 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 2045 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 118470 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 20722 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 197533 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 11849 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 671958 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 22076 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 1866 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1074 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 52005 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 3912 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 29317 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 2833 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 44828 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 46350 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 1400 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 1502 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 3040 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 65 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 70854 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 1533 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 2292 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 7871 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 39787 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 11713 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 20614 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_uom",schemaname="public"} 56888 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user",schemaname="public"} 246525 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 4836 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 686924 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 3291 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 22003 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 1779 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 198 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 820 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 13640 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 20647 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 51362 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 81272 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 2830 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 88047 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 1780 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 8778 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 4039 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 852 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 4063 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 1974 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 1377 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 134448 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 4795 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 3852 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 315 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 1003 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 12440 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 877 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 2884 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 1005 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 1071 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_events",schemaname="public"} 987 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 5921 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 5921 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 5922 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 47941 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 72700 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 80469 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 15597 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 27173 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 43563 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 20291 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 8070 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 1775 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 37104 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 40787 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 5533 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 5921 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 16942 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 970 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 8978 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 1955 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 985 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 1004 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 25658 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 35554 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 934 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 985 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 2297 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 39828 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 3119 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 942 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 53486 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 20273 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 3397 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 3018 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 122891 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 941 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 90345 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 1446 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 28751 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 105619 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 96882 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 1643 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 2330 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 940 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 941 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 20403 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 17834 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 17833 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 20689 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 26880 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 1004 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 987 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 82032 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 1002 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 11051 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 35532 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 124748 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 1446 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 150 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 140881 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 942 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 30419 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 22724 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 614 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 509 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 1099 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 16714 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 9610 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 10283 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 1227 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 4388 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 17285 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 969 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 969 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 490 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="email_source",schemaname="public"} 1438 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 6458 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 1172 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 147 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 81584 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 318 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 1213 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 26666 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 30762 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 2563 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 17802 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 511 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 4852 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 1771 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 742 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 113 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 37704 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 474 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 112 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 979586 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 1.0112947e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 8.357908e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 2.728125e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 139706 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 78275 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 164 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 1958 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 372 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 218 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 218 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="line_tab",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="list_contacts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_addon",schemaname="public"} 5140 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 11882 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 7466 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 2926 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 53345 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 24615 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 12461 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 189 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 7452 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 2924 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 13208 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 87586 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 425 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 466 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 341 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 341 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 308336 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 3231 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 996 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1814 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 59879 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 20890 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 714 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 1238 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 699 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 699 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 700 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 699 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 2456 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 1370 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 27959 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 699 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 1370 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 699 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 700 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 1370 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 20763 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product",schemaname="public"} 1.867357e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 11797 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 7465 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 97915 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 107022 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 22005 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_group",schemaname="public"} 7463 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 7448 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 8433 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt",schemaname="public"} 81284 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 269641 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 230 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 3003 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipment",schemaname="public"} 618095 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 607063 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 25036 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 9.239952e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 10972 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 23516 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 508 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 489 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 68328 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 10421 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 440 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 4796 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 2.702604e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 219014 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 2.848881e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 67 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 297926 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 928126 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 61242 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 104017 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 63540 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 941114 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 208 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 921471 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 2155 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 7301 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 8255 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 7301 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 8534 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 55922 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 906 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastage",schemaname="public"} 10120 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 5297 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 155 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 131 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 393 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="orders",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 108 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 4444 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 355 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 20722 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 2958 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 1669 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 1582 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 58311 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 227042 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 7331 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 10175 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 3568 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 273 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 6913 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 236 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 1567 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 1541 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 59227 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 37327 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 190 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 142 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 450 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 429 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 10718 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 20777 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 751400 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 93 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 134920 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 447 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 20778 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 428 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 145 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 322 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 1414 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 47987 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 4242 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 83863 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 210862 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 106683 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 316 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 25992 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 194 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 325 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 8777 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 2.4316683e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 5.7187263e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 51675 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 4.5915898e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 470856 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 4.8527837e+07 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 4.472867e+06 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 1.41473269e+08 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 34446 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 19156 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 9663 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 218948 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 297165 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 92089 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 2451 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_productprice",schemaname="public"} 258776 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 957 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_rfq",schemaname="public"} 227 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 259 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 30736 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_target",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_categories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_forms",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_list",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_media",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_menu",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_pages",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_posts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="site_tags",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_device",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_reference",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="subline_tab",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="test_table",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_aisle",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_control_area",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_level",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_operations",schemaname="public"} 136 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_rack",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_reservation",schemaname="public"} 563 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_task",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_task_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 691271 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 8 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 11 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 1.5614131e+07 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 973019 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1918 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 107132 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 2.250353e+06 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 612 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 28 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 372 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 338723 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 1031 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1004 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 5 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 16 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 64 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 119010 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 5435 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 18020 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 367922 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 1.169209e+06 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 78309 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 1.2560684e+07 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 2.139036e+06 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 4.701873e+06 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 38763 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 979298 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 221 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 54041 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 619 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 6599 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 5 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 439 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 439 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 52 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 3 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 1 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 1 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 136436 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 35 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 827 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 32633 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 26440 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 162 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 41 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 5122 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 1811 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 1490 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 1357 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 1 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 1 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 43138 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 123 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 7593 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 6408 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 118158 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 516 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 52457 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 26370 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 68403 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 56330 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 70363 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 766 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 696 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 29 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1171 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 195 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 15 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 1 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 367098 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 3 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 4 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 6.117431e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 1.412075e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 1660 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 106169 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 1.289041e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 612 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 23 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 250 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 202110 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 828 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 744 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 1 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 14 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_report",schemaname="public"} 56 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 83147 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 2929 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 15127 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 193993 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 3.481357e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 46189 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 7.625416e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 975564 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 2.627175e+06 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 29186 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 719498 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 181 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 38037 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 451 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_material_request",schemaname="public"} 3481 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_category",schemaname="public"} 1 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 482 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 1081 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 40 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="dadus_prod",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="dadus_prod",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_receipts",schemaname="public"} 43082 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_api_builder_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_app_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_audit_log",schemaname="public"} 991498 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_batch_log",schemaname="public"} 189834 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_batch_process_queue",schemaname="public"} 842 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit",schemaname="public"} 29249 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integration_run_logs",schemaname="public"} 163622 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_menu_schema",schemaname="public"} 617 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_metrics_schema",schemaname="public"} 21 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_print_template",schemaname="public"} 3788 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_process_parameter",schemaname="public"} 25441 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_process_schema",schemaname="public"} 1013 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_process_window_schema",schemaname="public"} 825 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_reference_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_report",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_report_schema",schemaname="public"} 30992 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_sqlquery_log",schemaname="public"} 476 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_table_schema",schemaname="public"} 7758 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_activity_log",schemaname="public"} 31275 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cs_window_schema",schemaname="public"} 491699 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_cashup_sync",schemaname="public"} 6606 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_customer_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_order_meta",schemaname="public"} 345070 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_orderline_meta",schemaname="public"} 111226 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_archive",schemaname="public"} 362232 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_config",schemaname="public"} 29280 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_errors",schemaname="public"} 225201 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_printtemplate",schemaname="public"} 454 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_transaction_queue",schemaname="public"} 6055 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice",schemaname="public"} 44 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_material_request",schemaname="public"} 1248 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_report_designer",schemaname="public"} 233 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ntn_window_designer",schemaname="public"} 210 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="preprod_fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="dadus_prod",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 10 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 1.6777216e+08 # HELP postgres_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which postgres_exporter was built, and the goos and goarch for the build. # TYPE postgres_exporter_build_info gauge postgres_exporter_build_info{branch="master",goarch="arm64",goos="linux",goversion="go1.22.0",revision="51006aba2f695d318d52b6f5842f18bb52e54b9f",tags="unknown",version="0.17.0"} 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 50828.73 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # 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 1.1190230869758e+13 # 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 7.76303354995e+12 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 15 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.6342144e+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.7752217254e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.406394368e+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"} 109640 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0